remove eclint

eclint is dead https://github.com/jedmao/eclint/issues/226#issuecomment-689193653
This commit is contained in:
Paul Chavard 2020-12-10 13:11:02 +01:00
parent 765a31b5ab
commit ce0c50fbec
3 changed files with 32 additions and 814 deletions

View file

@ -3,6 +3,5 @@ task :lint do
sh "bundle exec haml-lint app/views/"
sh "bundle exec scss-lint app/assets/stylesheets/"
sh "bundle exec brakeman --no-pager"
sh "yarn lint:ec"
sh "yarn lint:js"
end

View file

@ -42,7 +42,6 @@
"devDependencies": {
"@2fd/graphdoc": "^2.4.0",
"babel-eslint": "^10.1.0",
"eclint": "^2.8.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
@ -54,7 +53,6 @@
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"lint:ec": "eclint check $({ git ls-files | grep -v app/graphql/schema.graphql ; find vendor -type f ; echo 'db/schema.rb' ; } | sort | uniq -u)",
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack",
"webpack:build": "NODE_ENV=production bin/webpack",
"graphql:docs:build": "graphdoc --force",

843
yarn.lock

File diff suppressed because it is too large Load diff