Skip to content

Commit 2709bb6

Browse files
committed
First stable version
1 parent 2043e4b commit 2709bb6

5 files changed

Lines changed: 5 additions & 5 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.6",
3+
"version": "1.0.0",
44
"description": "BBVA's ESLint config",
55
"main": "index.js",
66
"scripts": {

eslint-config-bbva/rules/best-practices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"radix": 2,
6060
"vars-on-top": 1,
6161
"wrap-iife": [1, "outside"],
62-
"yoda": 1,
62+
"yoda": 1
6363
}
6464
}

eslint-config-bbva/rules/issues.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"space-infix-ops": 1,
6060
"space-unary-ops": 1,
6161
"spaced-comment": [1, "always"],
62-
"wrap-regex": 1,
62+
"wrap-regex": 1
6363
}
6464
}

eslint-config-bbva/rules/node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"no-path-concat": 2,
99
"no-process-exit": 2,
1010
"no-restricted-modules": 0,
11-
"no-sync": 2,
11+
"no-sync": 2
1212
}
1313
}

eslint-config-bbva/rules/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"no-undef": 2,
99
"no-undefined": 1,
1010
"no-unused-vars": 1,
11-
"no-use-before-define": [2, "nofunc"],
11+
"no-use-before-define": [2, "nofunc"]
1212
}
1313
}

0 commit comments

Comments
 (0)