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