mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-08 22:17:50 +02:00
tweak code formatting rules
* output as "json-stringify" (which is most similar to most files currently in the repository) * add .editorconfig * drop (now) superfluous pretter settings * add npm commands to check code style
This commit is contained in:
+4
-1
@@ -11,12 +11,15 @@
|
||||
"license": "ISC",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"lint": "prettier --check data",
|
||||
"lint:fix": "prettier --write data",
|
||||
"build": "node scripts/build.js",
|
||||
"dist": "node scripts/dist.js",
|
||||
"test": "node scripts/test.js",
|
||||
"translations": "node scripts/translations.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ideditor/schema-builder": "~4.0.5"
|
||||
"@ideditor/schema-builder": "~4.0.5",
|
||||
"prettier": "~2.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user