1 Commits
1.1.2 ... 1.1.3

Author SHA1 Message Date
8222bfb350 add project service config
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 2s
2026-01-03 20:56:47 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sebastianbrenner/eslint-config",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"main": "./index.js",
"scripts": {

View File

@@ -14,6 +14,12 @@ export default [
...tseslint.configs.recommendedTypeChecked.map(config => ({
...config,
files: ["**/*.ts", "**/*.tsx"],
languageOptions: {
...config.languageOptions,
parserOptions: {
projectService: true,
},
},
})),
/* React */