eslint
This commit is contained in:
parent
34cdc7fb09
commit
ce618f4408
@ -11,6 +11,7 @@
|
||||
"react"
|
||||
],
|
||||
"rules": {
|
||||
"indent": ["error", "tab"]
|
||||
"indent": ["error", "tab"],
|
||||
"space-infix-ops": ["error", {"int32Hint": false}]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user