diff --git a/CHANGELOG.md b/CHANGELOG.md index 763b0f4..2a6eb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sveltejs/eslint-config +## 8.3.4 + +### Patch Changes + +- fix: finish removing recently added projectService config ([`91aefb6744437155861020693417c0cd29bc287d`](https://github.com/sveltejs/eslint-config/commit/91aefb6744437155861020693417c0cd29bc287d)) + ## 8.3.3 ### Patch Changes diff --git a/index.js b/index.js index fdc78f8..27db513 100644 --- a/index.js +++ b/index.js @@ -31,9 +31,6 @@ export default [ globals: { ...globals.browser, ...globals.node - }, - parserOptions: { - projectService: true } }, rules: { diff --git a/package.json b/package.json index 4c15100..cacd772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/eslint-config", - "version": "8.3.3", + "version": "8.3.4", "description": "Svelte ESLint config", "type": "module", "main": "index.js", @@ -18,7 +18,7 @@ ], "author": "Svelte", "license": "MIT", - "homepage": "https://github.com/svelte/eslint-config#readme", + "homepage": "https://github.com/sveltejs/eslint-config#readme", "files": [ "index.js", "package.json"