Skip to content

Commit b51f7bf

Browse files
committed
Disabled no-negated-condition rule
1 parent b7f041c commit b51f7bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eslint-config-bbva/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-bbva",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "BBVA's ESLint config",
55
"main": "index.js",
66
"scripts": {

eslint-config-bbva/rules/basic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"no-lonely-if": 2,
160160
"no-mixed-spaces-and-tabs": 1,
161161
"no-multiple-empty-lines": [1, {"max": 2, "maxEOF": 1}],
162-
"no-negated-condition": 1,
162+
"no-negated-condition": 0,
163163
"no-nested-ternary": 2,
164164
"no-new-object": 2,
165165
"no-plusplus": 0,

0 commit comments

Comments
 (0)