autobaan/.eslintrc.json
2021-11-17 14:18:15 +01:00

11 lines
No EOL
194 B
JSON

{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
]
}