mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
const config = {
|
|
printWidth: 100,
|
|
semi: false,
|
|
singleQuote: true,
|
|
arrowParens: 'avoid',
|
|
}
|
|
|
|
module.exports = config
|