Remove unused eslint rule

This commit is contained in:
Ken-Håvard Lieng 2018-04-27 03:14:35 +02:00
parent f72253966b
commit 735f96d3b1
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@
"jsx-a11y/no-autofocus": 0,
"jsx-a11y/no-noninteractive-element-interactions": 0,
"jsx-a11y/no-static-element-interactions": 0,
"new-cap": [2, { "capIsNewExceptions": ["Map", "List", "Record", "Set"] }],
"no-console": 0,
"no-console": 1,
"no-param-reassign": 0,
"no-plusplus": 0,
"no-restricted-globals": 1,