@putout/eslint-config 7.2.0 → 7.3.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 -1
  2. package/package.json +1 -1
package/eslintrc.js CHANGED
@@ -122,7 +122,7 @@ module.exports = {
122
122
  next: 'function',
123
123
  }],
124
124
  'require-atomic-updates': 'off',
125
- 'yoda': 'error',
125
+ 'yoda': 'off',
126
126
  },
127
127
  extends: [
128
128
  'eslint:recommended',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint-config",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout config for ESLint",