mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
11 lines
192 B
JavaScript
11 lines
192 B
JavaScript
const config = {
|
|
printWidth: 100,
|
|
semi: false,
|
|
singleQuote: true,
|
|
arrowParens: 'avoid',
|
|
plugins: ['prettier-plugin-sort-json'],
|
|
jsonRecursiveSort: true,
|
|
}
|
|
|
|
module.exports = config
|