@mimica/eslint-config 1.2.0 → 2.0.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 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -140,7 +140,6 @@ module.exports = {
140
140
  "unicorn/numeric-separators-style": 0,
141
141
  "unicorn/prefer-add-event-listener": 0, // TODO: enable
142
142
  "unicorn/prefer-module": 0,
143
- "unicorn/prefer-node-protocol": 0, // TODO: enable
144
143
  "unicorn/prefer-query-selector": 0,
145
144
  "unicorn/prefer-set-has": 0, // TODO: enable
146
145
  "unicorn/prefer-spread": 0, // TODO: enable
@@ -225,7 +224,7 @@ module.exports = {
225
224
  "sibling",
226
225
  "index",
227
226
  ],
228
- "newlines-between": "always-and-inside-groups",
227
+ "newlines-between": "always",
229
228
  distinctGroup: false,
230
229
  warnOnUnassignedImports: true,
231
230
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimica/eslint-config",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Mimica eslint config",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
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.23.0",
33
+ "eslint-plugin-sonarjs": "^0.25.0",
34
34
  "eslint-plugin-unicorn": "^51.0.1",
35
35
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0"
36
36
  },