enforce semicolons consistency

This commit is contained in:
eric-burel 2018-11-14 11:51:07 +01:00
parent 38ce8ef886
commit ba19650098

View file

@ -52,7 +52,8 @@
1,
"single"
],
"react/prop-types": 0
"react/prop-types": 0,
"semi": [1, "always"]
},
"env": {
"browser": true,