@mimica/eslint-config 1.3.0 → 2.1.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 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -126,6 +126,7 @@ module.exports = {
126
126
  "unicorn/explicit-length-check": 0,
127
127
  "unicorn/filename-case": 0,
128
128
  "unicorn/import-style": 0,
129
+ "unicorn/no-anonymous-default-export": 0,
129
130
  "unicorn/no-array-callback-reference": 0,
130
131
  "unicorn/no-array-reduce": [
131
132
  2,
@@ -140,7 +141,6 @@ module.exports = {
140
141
  "unicorn/numeric-separators-style": 0,
141
142
  "unicorn/prefer-add-event-listener": 0, // TODO: enable
142
143
  "unicorn/prefer-module": 0,
143
- "unicorn/prefer-node-protocol": 0, // TODO: enable
144
144
  "unicorn/prefer-query-selector": 0,
145
145
  "unicorn/prefer-set-has": 0, // TODO: enable
146
146
  "unicorn/prefer-spread": 0, // TODO: enable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimica/eslint-config",
3
- "version": "1.3.0",
3
+ "version": "2.1.0",
4
4
  "description": "Mimica eslint config",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,8 +30,8 @@
30
30
  "eslint-plugin-import": "^2.26.0",
31
31
  "eslint-plugin-inker": "^2.2.2",
32
32
  "eslint-plugin-promise": "^6.0.0",
33
- "eslint-plugin-sonarjs": "^0.24.0",
34
- "eslint-plugin-unicorn": "^51.0.1",
33
+ "eslint-plugin-sonarjs": "^0.25.0",
34
+ "eslint-plugin-unicorn": "^52.0.0",
35
35
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
36
36
  },
37
37
  "devDependencies": {