@putout/eslint-config 6.13.0 → 6.14.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 +4 -0
  2. package/package.json +1 -1
package/eslintrc.js CHANGED
@@ -120,6 +120,10 @@ module.exports = {
120
120
  blankLine: 'always',
121
121
  prev: 'if',
122
122
  next: 'const',
123
+ }, {
124
+ blankLine: 'always',
125
+ prev: 'if',
126
+ next: 'throw',
123
127
  }, {
124
128
  blankLine: 'always',
125
129
  prev: 'for',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint-config",
3
- "version": "6.13.0",
3
+ "version": "6.14.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "putout config for eslint",