docsify/.prettierrc.js
Anix 75c72e917b
chore: added new linter config (#1028)
* chore: added new linter config

* chore: linting fixes

* chore: refactore in linting config and minor linting fixes
2020-02-20 14:01:04 +05:30

5 lines
67 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: 'es5',
};