@mimica/eslint-config 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -112,6 +112,7 @@ module.exports = {
|
|
|
112
112
|
"sonarjs/prefer-immediate-return": 2,
|
|
113
113
|
"sonarjs/prefer-while": 2,
|
|
114
114
|
|
|
115
|
+
"unicorn/better-regex": 2,
|
|
115
116
|
"unicorn/catch-error-name": [
|
|
116
117
|
2,
|
|
117
118
|
{
|
|
@@ -120,6 +121,7 @@ module.exports = {
|
|
|
120
121
|
},
|
|
121
122
|
],
|
|
122
123
|
"unicorn/consistent-destructuring": 2,
|
|
124
|
+
"unicorn/consistent-existence-index-check": 0,
|
|
123
125
|
"unicorn/consistent-function-scoping": 0,
|
|
124
126
|
"unicorn/custom-error-definition": 2,
|
|
125
127
|
"unicorn/empty-brace-spaces": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimica/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "Mimica eslint config",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"eslint-plugin-inker": "^2.2.2",
|
|
32
32
|
"eslint-plugin-promise": "^7.1.0",
|
|
33
33
|
"eslint-plugin-sonarjs": "^2.0.1",
|
|
34
|
-
"eslint-plugin-unicorn": "^
|
|
34
|
+
"eslint-plugin-unicorn": "^56.0.0",
|
|
35
35
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|