mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
* 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',
|
|
};
|