Skip to content

Commit

Permalink
Remove no-danger rule from the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
davegomez authored and leo committed Oct 7, 2016
1 parent 500913e commit c6b44d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/containers/hyperterm.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable react/no-danger */

import Mousetrap from 'mousetrap';
import React from 'react';

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c6b44d4

Please sign in to comment.