unpkg/modules/client/.eslintrc

18 lines
225 B
Plaintext
Raw Normal View History

{
2019-07-10 00:21:25 +00:00
"env": {
"browser": true
},
2019-07-09 18:59:10 +00:00
"plugins": [
"react"
],
"rules": {
2019-07-09 18:59:10 +00:00
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error"
},
"settings": {
"react": {
"version": "16"
}
}
}