work-time-calculator/.eslintrc.json
2023-11-11 15:13:20 +02:00

12 lines
318 B
JSON

{
"$schema": "https://json.schemastore.org/eslintrc.json",
"root": true,
"env": {
"node": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"overrides": [],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"]
}