mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
feat: separate prettier from eslint
This commit is contained in:
committed by
Thea Schöbl
parent
939fb6ef0f
commit
a88d000ccd
@@ -34,6 +34,8 @@
|
||||
"licenses": "license-checker --json > src/assets/about/licenses.json && ts-node ./scripts/accumulate-licenses.ts",
|
||||
"minify-icons": "ts-node scripts/minify-icon-font.ts",
|
||||
"check-icons": "ts-node scripts/check-icon-correctness.ts",
|
||||
"format:check": "prettier --check .",
|
||||
"format:fix": "prettier --write .",
|
||||
"lint": "ng lint",
|
||||
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
|
||||
"ng": "ng",
|
||||
@@ -129,6 +131,7 @@
|
||||
"@cypress/schematic": "1.7.0",
|
||||
"@ionic/angular-toolkit": "6.1.0",
|
||||
"@ionic/cli": "6.20.4",
|
||||
"@openstapps/prettier-config": "1.0.0",
|
||||
"@types/fontkit": "1.8.0",
|
||||
"@types/glob": "7.2.0",
|
||||
"@types/jasmine": "4.3.1",
|
||||
|
||||
Reference in New Issue
Block a user