aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind2022-02-18 05:33:58 +0100
committerGitHub2022-02-18 12:33:58 +0800
commit6767798eefc3be5d2ebbec3571eec6e392b237f2 (patch)
tree3fb4be2f4070d527aff9a53c7cadac3e83683ed8 /package.json
parent833f291c40364ae0a2650d3df8bf9231a4464adf (diff)
Move editorconfig-checker to lint-backend and remove JS wrapper (#18793)
* Move editorconfig-checker to lint-backend It makes more sense there as templates are considered backend code. * User golang version of the tool * remove dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 67de8a7f0..9d11bb2da 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,6 @@
"wrap-ansi": "8.0.1"
},
"devDependencies": {
- "editorconfig-checker": "4.0.2",
"eslint": "8.8.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.25.4",