forked from kongfp/Tp_Web2.0
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
2 years ago
|
module.exports = {
|
||
|
bracketSpacing: true,
|
||
|
singleQuote: false,
|
||
|
arrowParens: "avoid",
|
||
|
trailingComma: "none"
|
||
|
};
|