Update .eslintrc
This commit is contained in:
parent
58bd948871
commit
ab94f9f014
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extends": ["standard", "standard-react"],
|
||||
"rules": {
|
||||
"react/prop-types": "off"
|
||||
"react/prop-types": "off",
|
||||
"no-unused-vars": "warn"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue