@putout/eslint-config 7.1.0 → 7.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/eslintrc.js +1 -13
  2. package/package.json +2 -3
package/eslintrc.js CHANGED
@@ -185,19 +185,7 @@ function getPaddingIf() {
185
185
  }, {
186
186
  blankLine: 'always',
187
187
  prev: 'if',
188
- next: 'return',
189
- }, {
190
- blankLine: 'always',
191
- prev: 'if',
192
- next: 'expression',
193
- }, {
194
- blankLine: 'always',
195
- prev: 'if',
196
- next: 'const',
197
- }, {
198
- blankLine: 'always',
199
- prev: 'if',
200
- next: 'throw',
188
+ next: '*',
201
189
  }];
202
190
  }
203
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint-config",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout config for ESLint",
@@ -21,8 +21,7 @@
21
21
  "fresh:lint": "madrun fresh:lint",
22
22
  "lint:fresh": "madrun lint:fresh",
23
23
  "fix:lint": "madrun fix:lint",
24
- "prepublishOnly": "madrun prepublishOnly",
25
- "wisdom": "madrun wisdom"
24
+ "prepublishOnly": "madrun prepublishOnly"
26
25
  },
27
26
  "dependencies": {},
28
27
  "peerDependencies": {