Skip to content

Commit

Permalink
migrate eslintignore to flat config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Apr 7, 2024
1 parent 04fc07a commit 6322dd1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ export default [
parser: ts.parser
}
}
},
{
ignores: ['build/', '.svelte-kit/', 'package/', 'vite.config.ts.*']
}
];
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ export default [
...globals.node
}
}
},
{
ignores: ['build/', '.svelte-kit/', 'package/', 'vite.config.ts.*']
}
];
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ export default [
parser: ts.parser
}
}
},
{
ignores: ['build/', '.svelte-kit/', 'package/', 'vite.config.ts.*']
}
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ export default [
...globals.node
}
}
},
{
ignores: ['build/', '.svelte-kit/', 'package/', 'vite.config.ts.*']
}
];
13 changes: 0 additions & 13 deletions packages/create-svelte/shared/+eslint/.eslintignore

This file was deleted.

0 comments on commit 6322dd1

Please sign in to comment.