Commit b84d97e8 by Administrator

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

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

See merge request !53
parents 992bbd36 bd062616
Pipeline #1272 passed with stage
in 1 minute 27 seconds
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --max-warnings 326 '**/*.js'", "lint": "eslint . --max-warnings 292 '**/*.js'",
"lint-fix": "eslint . --fix --max-warnings 326 '**/*.js'" "lint-fix": "eslint . --fix --max-warnings 292 '**/*.js'"
}, },
"repository": { "repository": {
"type": "git", "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