Remove dependency of the editorconfig tools

This commit is contained in:
CJ Patoilo 2019-07-09 10:32:52 -03:00
parent 4489357d7b
commit 60849a6c69
2 changed files with 3342 additions and 3570 deletions

6909
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,7 +53,6 @@
"backstopjs": "^4.1.9",
"banner-cli": "^0.14.0",
"browser-sync": "^2.18.5",
"editorconfig-tools": "^0.1.1",
"eslint": "^6.0.1",
"eslint-config-styled": "0.0.2",
"husky": "^3.0.0",
@ -80,7 +79,7 @@
"backstop": "run-s build && run-p serve compare",
"reference": "backstop reference --configPath=backstop.conf.js",
"compare": "backstop test --configPath=backstop.conf.js",
"lint": "sass-lint -c .sasslintrc src --verbose --no-exit && eslint test -c styled && editorconfig-tools check .",
"lint": "sass-lint -c .sasslintrc src --verbose --no-exit && eslint test -c styled",
"ava": "nyc ava",
"precommit": "run-p test",
"prepublish": "run-s build",