mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Prettier should ignore bundle.js file - refs #1893
This commit is contained in:
parent
710be684b8
commit
8494be07ae
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": "npm run prettier -- --write",
|
"fix": "npm run prettier -- --write",
|
||||||
"prettier": "prettier 'datasette/static/*[!.min].js'"
|
"prettier": "prettier 'datasette/static/*[!.min|bundle].js'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/lang-sql": "^6.3.3",
|
"@codemirror/lang-sql": "^6.3.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue