Skip to content

Commit

Permalink
Disable unicorn/no-negated-condition (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeeQueue committed Jan 1, 2023
1 parent 68678b3 commit e49877c
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 150 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-apes-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@beequeue/eslint-plugin": patch
---

`base`: Disabled `unicorn/no-negated-condition`
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"repository": "github:BeeeQueue/eslint-plugin",
"bugs": "https://github.com/BeeeQueue/eslint-plugin/issues",
"packageManager": "pnpm@7.18.2",
"packageManager": "pnpm@7.21.0",
"engines": {
"node": ">=14"
},
Expand All @@ -42,8 +42,8 @@
"prepare": "simple-git-hooks"
},
"peerDependencies": {
"eslint": "^8.22.0",
"prettier": "^2.7.1"
"eslint": "^8.29.0",
"prettier": "^2.8.1"
},
"peerDependenciesMeta": {
"prettier": {
Expand All @@ -65,16 +65,16 @@
},
"devDependencies": {
"@beequeue/eslint-plugin": "link:",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.2",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@tsconfig/node14": "1.0.3",
"@types/eslint": "8.4.10",
"@types/node": "14.18.26",
"@types/node": "14.18.36",
"eslint": "8.29.0",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"simple-git-hooks": "2.8.1",
"type-fest": "3.4.0",
"type-fest": "3.5.0",
"typescript": "4.9.4"
}
}

0 comments on commit e49877c

Please sign in to comment.