birbmap/Birdmap/ClientApp/.eslintrc.json

7 lines
132 B
JSON

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