7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
|
module.exports = {
|
||
|
bracketSpacing: true,
|
||
|
singleQuote: false,
|
||
|
arrowParens: "avoid",
|
||
|
trailingComma: "none"
|
||
|
};
|