diff --git a/lib/containers/hyperterm.js b/lib/containers/hyperterm.js index 31414a35..59eda255 100644 --- a/lib/containers/hyperterm.js +++ b/lib/containers/hyperterm.js @@ -1,3 +1,5 @@ +/* eslint-disable react/no-danger */ + import Mousetrap from 'mousetrap'; import React from 'react'; diff --git a/package.json b/package.json index def7b44d..f6e8777d 100644 --- a/package.json +++ b/package.json @@ -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,