mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
changed missing semi into a warning
This commit is contained in:
parent
8d691ae302
commit
7cfaac2450
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
],
|
],
|
||||||
"react/display-name": 1,
|
"react/display-name": 1,
|
||||||
"react/prop-types": 0,
|
"react/prop-types": 0,
|
||||||
"semi": [2, "always"]
|
"semi": [1, "always"]
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue