Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-06-20 22:54:50 +0300
committervimux <vimux@protonmail.com>2019-06-20 22:54:50 +0300
commit831aa8c368c54215e8a1b4af4c0b522465c5e847 (patch)
treee12f12494f1b8e9a679a112a6334f189fbe0ab76 /package.json
parentab780a0887d3bb8c8d4dfe84aca66086a1a39d25 (diff)
Remove eclint from dev deps
eclint looks abandoned and contains vulnerable dependency (axis). Need to find a good replacement.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index fcfa8ce..83b357d 100644
--- a/package.json
+++ b/package.json
@@ -49,16 +49,14 @@
"stylelint-order": "^1.0.0"
},
"scripts": {
- "lint:editorconfig": "eclint check '**/*.{html,css,js,json,md,toml,yaml,yml}'",
"lint:prefixes": "postcss static/css/*.css",
"lint:css": "stylelint static/css/*.css",
"lint:js": "eslint static/js/*.js",
- "lint": "npm run lint:css && npm run lint:js && npm run lint:editorconfig",
- "fix:editorconfig": "eclint fix '**/*.{html,css,js,json,md,toml,yaml,yml}'",
+ "lint": "npm run lint:css && npm run lint:js",
"fix:prefixes": "postcss -r static/css/*.css",
"fix:css": "stylelint static/css/*.css --fix",
"fix:js": "eslint static/js/*.js --fix",
- "fix": "npm run fix:prefixes && npm run fix:css && npm run fix:js && npm run fix:editorconfig",
+ "fix": "npm run fix:prefixes && npm run fix:css && npm run fix:js",
"test": "npm run lint"
},
"repository": {