Skip to content

Commit

Permalink
remove unnecessary rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jan 13, 2024
1 parent 64ad3b6 commit ca8934e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ module.exports = {
"grules/prefer-literal-bigint": "error",
"grules/prefer-negation-operator-boolean": "error",
"grules/prefer-negation-operator-number": "error",
"grules/prefer-positive-conditions": "error",
"grules/prefer-property-access-at": "error",
"grules/prefer-property-access-object-entries": "error",

Expand Down Expand Up @@ -178,7 +177,6 @@ module.exports = {
"prefer-literal-bigint": require("./rules/prefer-literal-bigint.js"),
"prefer-negation-operator-boolean": require("./rules/prefer-negation-operator-boolean.js"),
"prefer-negation-operator-number": require("./rules/prefer-negation-operator-number.js"),
"prefer-positive-conditions": require("./rules/prefer-positive-conditions.js"),
"prefer-property-access-at": require("./rules/prefer-property-access-at.js"),
"prefer-property-access-object-entries": require("./rules/prefer-property-access-object-entries.js"),
},
Expand Down
44 changes: 0 additions & 44 deletions src/rules/prefer-positive-conditions.js

This file was deleted.

0 comments on commit ca8934e

Please sign in to comment.