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
This commit is contained in:
silverwind 2022-02-18 05:33:58 +01:00 committed by GitHub
parent 833f291c40
commit 6767798eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 234 deletions

View file

@ -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",