@mimica/eslint-config 1.1.0 → 1.2.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.
Files changed (2) hide show
  1. package/index.js +1 -9
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -119,6 +119,7 @@ module.exports = {
119
119
  ignore: ["error"],
120
120
  },
121
121
  ],
122
+ "unicorn/consistent-destructuring": 2,
122
123
  "unicorn/consistent-function-scoping": 0,
123
124
  "unicorn/custom-error-definition": 2,
124
125
  "unicorn/empty-brace-spaces": 0,
@@ -208,15 +209,6 @@ module.exports = {
208
209
  },
209
210
  ],
210
211
  },
211
- {
212
- name: "uuid",
213
- importNames: [
214
- {
215
- imported: "v4",
216
- local: "uuidv4",
217
- },
218
- ],
219
- },
220
212
  ],
221
213
  },
222
214
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimica/eslint-config",
3
- "version": "1.1.0",
3
+ "version": "1.2.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": "^6.0.0",
33
33
  "eslint-plugin-sonarjs": "^0.23.0",
34
- "eslint-plugin-unicorn": "^49.0.0",
34
+ "eslint-plugin-unicorn": "^51.0.1",
35
35
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
36
36
  },
37
37
  "devDependencies": {