Skip to content

Commit

Permalink
remove line length rule for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindlessroman committed Feb 6, 2024
1 parent a14dbc3 commit 38bdd21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RetrospectiveExtension.Frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/comma-spacing": ["error"],
"@stylistic/js/max-len": ["error", { "code": 100 }]
}
}

0 comments on commit 38bdd21

Please sign in to comment.