Skip to content
Snippets Groups Projects
Commit 8b43b5fe authored by João Victor Tozatti Risso's avatar João Victor Tozatti Risso
Browse files

Add root parameter to .eslintrc.json

parent 5b6ff9a7
No related branches found
No related tags found
1 merge request!7Refactor enrollments route to include query building
{ {
"extends": "airbnb", "extends": "airbnb",
"root": true,
"plugins": [ "plugins": [
"react", "react",
"jsx-a11y", "jsx-a11y",
...@@ -8,6 +9,6 @@ ...@@ -8,6 +9,6 @@
"rules": { "rules": {
"indent": [ "error", 4 ], "indent": [ "error", 4 ],
"no-unused-vars": [ "error", { "args": "none" }], "no-unused-vars": [ "error", { "args": "none" }],
"no-param-reassign": [ "off" ] "no-param-reassign": [ "off" ]
} }
} }
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