autobaan/.eslintrc.json
2023-05-23 15:09:09 -05:00

11 lines
No EOL
194 B
JSON

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