mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-09 22:48:39 +00:00
12 lines
209 B
JavaScript
12 lines
209 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
singleQuote: false,
|
|
jsxSingleQuote: false,
|
|
trailingComma: "es5",
|
|
bracketSpacing: true,
|
|
bracketSameLine: false,
|
|
printWidth: 100,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
};
|