Skip to content

Commit 9cd2084

Browse files
committed
chore: rename eslint.config.mjs to ts
1 parent fb54cc1 commit 9cd2084

File tree

3 files changed

+401
-350
lines changed

3 files changed

+401
-350
lines changed

eslint.config.mjs renamed to eslint.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import tseslint from 'typescript-eslint';
66

77
export default tseslint.config(
88
{ files: ['**/*.ts'] },
9-
gitignore(),
10-
{ ignores: ['samples'] },
9+
gitignore({ files: ['./.gitignore', './.prettierignore'] }),
1110
js.configs.recommended,
1211
...tseslint.configs.recommended,
1312
{

0 commit comments

Comments
 (0)