mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10: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',
|
|
};
|