mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
75c72e917b
* chore: added new linter config * chore: linting fixes * chore: refactore in linting config and minor linting fixes
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|