Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Sep 10, 2024
1 parent d812d3b commit 65ce867
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'jest': true,
},
rules: {
'max-len': ['error', { code: 120, ignoreStrings: true, ignoreTemplateLiterals: true }],
'max-len': ['error', { code: 125, ignoreStrings: true, ignoreTemplateLiterals: true }],
'import/no-cycle': 0, // Needed for AST -> AstVisitor -> AST
'class-methods-use-this': 0, // I don't like this rule
'no-underscore-dangle': 0, // antlr automatically uses this
Expand Down
Loading

0 comments on commit 65ce867

Please sign in to comment.