@mimica/eslint-config 3.1.0 → 3.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.mjs +1 -0
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -238,6 +238,7 @@ export default [
238
238
  },
239
239
  ],
240
240
  "inker/no-true-as-default": 2,
241
+ "inker/node-req-header-casing": 2,
241
242
 
242
243
  "import/order": [
243
244
  2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimica/eslint-config",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Mimica eslint config",
5
5
  "main": "index.mjs",
6
6
  "module": "index.mjs",
@@ -32,7 +32,7 @@
32
32
  "eslint-plugin-inker": "^2.2.2",
33
33
  "eslint-plugin-promise": "^7.1.0",
34
34
  "eslint-plugin-sonarjs": "^3.0.1",
35
- "eslint-plugin-unicorn": "^56.0.0",
35
+ "eslint-plugin-unicorn": "^57.0.0",
36
36
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
37
37
  },
38
38
  "devDependencies": {