Remove no-danger rule from the package.json file

This commit is contained in:
David Gomez 2016-09-29 15:10:17 -04:00 committed by Leo Lamprecht
parent 500913ec25
commit c6b44d4a50
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,5 @@
/* eslint-disable react/no-danger */
import Mousetrap from 'mousetrap';
import React from 'react';

View file

@ -69,7 +69,6 @@
"import/no-extraneous-dependencies": 0,
"no-warning-comments": 0,
"complexity": 0,
"react/no-danger": 0,
"react/no-string-refs": 0,
"react/jsx-key": 0,
"no-nested-ternary": 0,