mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: "all",
|
||
|
singleQuote: true,
|
||
|
printWidth: 100,
|
||
|
tabWidth: 2,
|
||
|
endOfLine: "auto"
|
||
|
};
|