Skip to content

Commit bca14cc

Browse files
committed
exclude tmp testproject from linting
1 parent 5ebd93e commit bca14cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import backendConfig from '../../eslint.config.backend.mjs';
33
export default [
44
...backendConfig,
55
{
6-
ignores: ['node_modules/**', 'dist/**', 'eslint.config.mjs', 'tsconfig.json'],
6+
ignores: ['node_modules/**', 'dist/**', 'eslint.config.mjs', 'tsconfig.json', 'testproject/**'],
77
},
88
{
99
languageOptions: {

0 commit comments

Comments
 (0)