Skip to content

Commit 1634efe

Browse files
authored
Add cypress folder to eslint config (#23)
1 parent ee0a435 commit 1634efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ module.exports = {
88
type: 'boolean',
99
}),
1010
handler: (args) => {
11-
call('eslint', `${args.cache ? '--cache' : ''} ${(args.strings || []).join(' ')} "src/**/*.ts{,x}" "tests/**/*.ts{,x}"`);
11+
call('eslint', `${args.cache ? '--cache' : ''} --no-error-on-unmatched-pattern ${(args.strings || []).join(' ')} "src/**/*.ts{,x}" "tests/**/*.ts{,x}" "cypress/**/*.ts{,x}"`);
1212
},
1313
};

0 commit comments

Comments
 (0)