diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000..4416baa --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,3 @@ +import config from '@ryanatkn/eslint-config'; + +export default config; diff --git a/package.json b/package.json index 9c4c18d..0d943dc 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,6 @@ "typescript": "^5.5.2", "uvu": "^0.5.6" }, - "eslintConfig": { - "root": true, - "extends": "@ryanatkn" - }, "prettier": { "plugins": [ "prettier-plugin-svelte" diff --git a/tsconfig.json b/tsconfig.json index 09241de..96cf2c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,13 +21,14 @@ "checkJs": true }, "include": [ - "./gro.config.ts", + "./eslint.config.js", "./fuz.config.ts", + "./gro.config.ts", + "./svelte.config.js", + "./vite.config.ts", "./.svelte-kit/ambient.d.ts", "./.svelte-kit/non-ambient.d.ts", "./.svelte-kit/types/**/$types.d.ts", - "./svelte.config.js", - "./vite.config.ts", "./src/**/*.js", "./src/**/*.ts", "./src/**/*.svelte"