mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Remove no-danger rule from the package.json file
This commit is contained in:
parent
500913ec25
commit
c6b44d4a50
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* eslint-disable react/no-danger */
|
||||||
|
|
||||||
import Mousetrap from 'mousetrap';
|
import Mousetrap from 'mousetrap';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,6 @@
|
||||||
"import/no-extraneous-dependencies": 0,
|
"import/no-extraneous-dependencies": 0,
|
||||||
"no-warning-comments": 0,
|
"no-warning-comments": 0,
|
||||||
"complexity": 0,
|
"complexity": 0,
|
||||||
"react/no-danger": 0,
|
|
||||||
"react/no-string-refs": 0,
|
"react/no-string-refs": 0,
|
||||||
"react/jsx-key": 0,
|
"react/jsx-key": 0,
|
||||||
"no-nested-ternary": 0,
|
"no-nested-ternary": 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue