Skip to content

Commit

Permalink
Update ts-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 1, 2024
1 parent 4bfa6d9 commit 0a4a8e0
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/naming-convention": [
Expand Down
2 changes: 0 additions & 2 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ module.exports = {
if (dependencyName === "eslint") return "minor";
if (dependencyName === "eslint-plugin-ava") return "minor";
if (dependencyName === "rimraf") return "minor";
if (dependencyName === "@typescript-eslint/eslint-plugin") return "minor";
if (dependencyName === "@typescript-eslint/parser") return "minor";
if (dependencyName === "tinybench") return "patch";
if (dependencyName === "npm") return "minor";
if (major === "0") return "minor";
Expand Down
Loading

0 comments on commit 0a4a8e0

Please sign in to comment.