Skip to content

Commit

Permalink
chore: remove unused lint rule
Browse files Browse the repository at this point in the history
formatting rules have been replaced with prettier
  • Loading branch information
susisu committed Sep 16, 2023
1 parent f8c49b0 commit 279c237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = [
globals: globals.es2021,
},
rules: {
"max-len": ["warn", 120],
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-unused-vars": ["error", { varsIgnorePattern: "^_" }],
},
Expand Down

0 comments on commit 279c237

Please sign in to comment.