-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
meilisearch-js-plugins/.prettierrc.js
Lines 7 to 13 in 67c9478
// TODO: Remove everything underneath and remove .editorconfig! | |
singleQuote: true, | |
arrowParens: 'always', | |
semi: false, | |
bracketSpacing: true, | |
trailingComma: 'es5', | |
printWidth: 80, |
- delete
.editorconfig
in root - delete all of the customization in
.prettierrc.js
, except fortsdoc
stuff