Commit e50cbf8a by François C.

Merge branch 'decrease-lint-js-warnings' into 'dev_principale'

lint:js: diminue le nombre max de warning au nbre actuel de 326

See merge request cooperatic-foodcoops/third-party!42
parents 91687f9f c898ed7e
......@@ -9,8 +9,8 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --max-warnings 362 '**/*.js'",
"lint-fix": "eslint . --fix --max-warnings 362 '**/*.js'"
"lint": "eslint . --max-warnings 326 '**/*.js'",
"lint-fix": "eslint . --fix --max-warnings 326 '**/*.js'"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment