Skip to content
Snippets Groups Projects
Commit 4c4221e4 authored by Quentin CHEVALIER's avatar Quentin CHEVALIER
Browse files

Correction pb no-unused vars

parent 8c9ae11d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
"sourceType": "module"
},
"rules": {
"no-unused-vars": 0,
"indent": ["error",4],
"linebreak-style": ["error","unix"],
"semi": ["error","always"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment