reactredux/scr/ClientApp/.eslintrc.json
Maksym Sadovnychyy a99f933507 init
2022-02-08 21:12:28 +01:00

10 lines
185 B
JSON

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