Fix linting error
This commit is contained in:
parent
f43f021c88
commit
2b67c05222
2 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
"space-infix-ops": [0],
|
||||
"react/prefer-es6-class": [0],
|
||||
"react/prefer-stateless-function": [0],
|
||||
"import/no-unresolved": [0],
|
||||
"global-require": [0],
|
||||
},
|
||||
"globals": {
|
||||
"__PREFIX_LINKS__": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue