Skip to content

Commit c4be955

Browse files
Ignore generated files in linter
1 parent 0ab0d72 commit c4be955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
'plugin:@typescript-eslint/eslint-recommended',
2626
'plugin:@typescript-eslint/recommended',
2727
],
28+
ignorePatterns: ["src/generated/*"],
2829
rules: {
2930
// Following checks are temporarily disabled. We shall incrementally enable them in the
3031
// future, fixing any violations as we go.

0 commit comments

Comments
 (0)