mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
lint
This commit is contained in:
10
.prettierrc.js
Normal file
10
.prettierrc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const config = {
|
||||
printWidth: 100,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
arrowParens: 'avoid',
|
||||
plugins: ['prettier-plugin-sort-json'],
|
||||
jsonRecursiveSort: true,
|
||||
}
|
||||
|
||||
module.exports = config
|
||||
Reference in New Issue
Block a user