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

Disable rules defined by AirBnB ESLint module


- Disable jsx-a11y rules that are defined by AirBnB ESLint module

Signed-off-by: default avatarJoão Victor Tozatti Risso <jvtr12@inf.ufpr.br>
parent 77789264
No related branches found
No related tags found
1 merge request!116Release v1.0.0
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
"import" "import"
], ],
"rules": { "rules": {
"jsx-a11y/heading-has-content": [ "off" ],
"jsx-a11y/anchor-has-content": [ "off" ],
"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