goshort/frontend/.eslintrc.json

17 lines
208 B
JSON
Raw Normal View History

2023-08-18 19:51:10 -03:00
{
"ignorePatterns": [
"**/*.js"
],
"env": {
"browser": true,
"es2021": true,
"node": true
},
"parserOptions": {
"ecmaVersion": "latest"
},
"extends": [
"@marolint/eslint-config-react"
]
}