Skip to content
Snippets Groups Projects
Commit def0fbe6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] ESLint still not passing

parent 7564a3df
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@
"no-unused-expressions": 0,
"comma-spacing": 0,
"no-eval": [0],
"quotes": [0, "double"],
"linebreak-style": [1,"unix"],
"mocha/no-exclusive-tests": 2,
......@@ -31,6 +30,7 @@
"no-process-exit": [1],
"indent": [1,2],
"no-eval": [1],
"comma-dangle": [1],
"eol-last": [1],
"no-shadow": [1],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment