airboardgame/.eslintrc
Jeremie Pardou-Piquemal 81aedea655 Big rework
2020-06-05 22:58:53 +02:00

16 lines
286 B
Text

{
"root": true,
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"parser": "babel-eslint",
"rules": {
"semi": "error"
},
"plugins": ["react-hooks"],
"extends": ["plugin:react-hooks/recommended"]
}