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 eb8cf4d commit 8b58035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import config from '@ryanatkn/eslint-config';
import {configs} from '@ryanatkn/eslint-config';

export default config;
export default configs;
6 changes: 2 additions & 4 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,17 @@ export const package_json = {
'@sveltejs/adapter-static': '^3.0.2',
'@sveltejs/kit': '^2.5.18',
'@sveltejs/vite-plugin-svelte': '^3.1.1',
'@typescript-eslint/eslint-plugin': '^7.14.1',
'@typescript-eslint/parser': '^7.14.1',
eslint: '^8.57.0',
eslint: '^9.6.0',
'eslint-plugin-svelte': '^2.41.0',
prettier: '^3.3.2',
'prettier-plugin-svelte': '^3.2.5',
svelte: '^5.0.0-next.165',
'svelte-check': '^3.8.2',
tslib: '^2.6.3',
typescript: '^5.5.2',
'typescript-eslint': '^8.0.0-alpha.39',
uvu: '^0.5.6',
},
eslintConfig: {root: true, extends: '@ryanatkn'},
prettier: {
plugins: ['prettier-plugin-svelte'],
useTabs: true,
Expand Down

0 comments on commit 8b58035

Please sign in to comment.