Skip to content

Commit bf78861

Browse files
committed
fix: linter config to exclude generated cpp lexer/parser
1 parent 5ce303a commit bf78861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"node": true,
2020
"jest": true
2121
},
22+
"ignorePatterns": ["**/generated/CPP14*.ts"],
2223
"rules": {
2324
"@typescript-eslint/interface-name-prefix": "off",
2425
"@typescript-eslint/explicit-function-return-type": "error",

0 commit comments

Comments
 (0)