Skip to content
Snippets Groups Projects
Commit a2d89d52 authored by Tamlyn Rhodes's avatar Tamlyn Rhodes
Browse files

chore(lint): reenable lint rules which have no failures

parent 5dc6143a
No related branches found
No related tags found
1 merge request!18chore(lint): re-enable lint rules that have no failures
Pipeline #5932 passed with stages
in 3 minutes and 18 seconds
...@@ -8,24 +8,11 @@ ...@@ -8,24 +8,11 @@
], ],
"parser": "babel-eslint", "parser": "babel-eslint",
"rules": { "rules": {
"camelcase": 0,
"consistent-return": 0,
"global-require": 0, "global-require": 0,
"jsx-a11y/anchor-is-valid": 0,
"jsx-a11y/click-events-have-key-events": 0,
"jsx-a11y/label-has-for": 0,
"jsx-a11y/no-static-element-interactions": 0,
"import/extensions": 0,
"import/no-dynamic-require": 0, "import/no-dynamic-require": 0,
"import/no-extraneous-dependencies": 0, "import/no-extraneous-dependencies": 0,
"import/no-named-as-default": 0,
"import/no-named-as-default-member": 0,
"import/prefer-default-export": 0, "import/prefer-default-export": 0,
"no-console": ["error", { "allow": ["warn", "error"] }],
"no-param-reassign": 0,
"no-shadow": 0,
"no-underscore-dangle": 0, "no-underscore-dangle": 0,
"react/no-did-mount-set-state": 0,
"react/prop-types": 0, "react/prop-types": 0,
"sort-keys": 0 "sort-keys": 0
} }
......
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