mirror of
https://github.com/frappe/books.git
synced 2025-02-03 20:48:29 +00:00
chore: move prettier config to package.json
This commit is contained in:
parent
da58ae45fa
commit
317eb3116b
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"singleQuote": true
|
|
||||||
}
|
|
@ -66,5 +66,10 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.4.0"
|
"node": ">=16.4.0"
|
||||||
|
},
|
||||||
|
"prettier": {
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "es5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user