@kununu/eslint-config 5.3.0-beta-7 → 5.3.0-beta-8

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 +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -209,8 +209,7 @@ const baseRules = {
209
209
  message: 'Prefer early returns over logical expressions in return statements. Use if (condition) return value; instead.'
210
210
  }],
211
211
 
212
- // Use our custom rule from the plugin if available
213
- 'kununu/prefer-early-return': 'error',
212
+
214
213
  };
215
214
 
216
215
  module.exports = {
@@ -230,7 +229,7 @@ module.exports = {
230
229
  '@babel',
231
230
  'lodash',
232
231
  'sort-destructure-keys',
233
- 'kununu' // Add our custom plugin
232
+ '@shopify',
234
233
  ],
235
234
 
236
235
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/eslint-config",
3
- "version": "5.3.0-beta-7",
3
+ "version": "5.3.0-beta-8",
4
4
  "description": "kununu's ESLint config",
5
5
  "main": "index.js",
6
6
  "repository": "kununu/eslint-config",