Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 4, 2024
1 parent 299e65e commit 7bfab27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import config from '@ryanatkn/eslint-config';

export default config;
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
"typescript": "^5.5.2",
"uvu": "^0.5.6"
},
"eslintConfig": {
"root": true,
"extends": "@ryanatkn"
},
"prettier": {
"plugins": [
"prettier-plugin-svelte"
Expand Down
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7bfab27

Please sign in to comment.