birbmap/Birdmap/ClientApp/.eslintrc.json

7 lines
132 B
JSON
Raw Normal View History

2020-10-21 11:05:17 +02:00
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}