Skip to content
Snippets Groups Projects
Unverified Commit a50494d0 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

Merge branch 'master' into matiss/unused-variables

parents 1377bce5 080a4171
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,7 @@ module.exports = {
extends: ['react-app'],
rules: {
'prettier/prettier': 'error',
'no-unused-vars': [
'warn',
{
argsIgnorePattern: '.*', // to keep backwards-compatibility; TODO: consider removing this too
varsIgnorePattern: '^_'
}
],
'no-unused-vars': 'off', // TODO: re-enable once issues are fixed
'no-loop-func': 'off',
'no-restricted-globals': '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