We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb54cc1 commit 9cd2084Copy full SHA for 9cd2084
3 files changed
eslint.config.mjs eslint.config.tseslint.config.mjs renamed to eslint.config.ts
@@ -6,8 +6,7 @@ import tseslint from 'typescript-eslint';
6
7
export default tseslint.config(
8
{ files: ['**/*.ts'] },
9
- gitignore(),
10
- { ignores: ['samples'] },
+ gitignore({ files: ['./.gitignore', './.prettierignore'] }),
11
js.configs.recommended,
12
...tseslint.configs.recommended,
13
{
0 commit comments