mirror of https://github.com/jkjoy/sunpeiwen.git
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
|
module.exports = {
|
||
|
trailingComma: 'es5',
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
tabWidth: 4,
|
||
|
};
|