Skip to content

Commit

Permalink
pr feedback - remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
me-matt committed Sep 11, 2024
1 parent 1abc48f commit bf78740
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,5 @@
"@typescript-eslint/no-unused-vars": "off",
"jest/no-identical-title": "off",
"jest/no-conditional-expect": "off"
// "import/no-extraneous-dependencies": [
// "error",
// {
// "devDependencies": true
// }
// ],
// "max-len":["error", {
// "code": 150,
// "ignoreComments": true
// }]
}
}

0 comments on commit bf78740

Please sign in to comment.