templates/reactredux/ClientApp/.eslintrc.json
2022-02-01 12:48:38 +01:00

10 lines
185 B
JSON

{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
]
}