@kununu/eslint-config 5.2.3-beta-8 → 5.2.3-beta-9

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -239,7 +239,7 @@ const config = {
239
239
 
240
240
  rules: {
241
241
  ...baseRules,
242
- [`${pluginPrefix}/prefer-early-return`]: 'error'
242
+ 'local/prefer-early-return': 'error',
243
243
  },
244
244
 
245
245
  overrides: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/eslint-config",
3
- "version": "5.2.3-beta-8",
3
+ "version": "5.2.3-beta-9",
4
4
  "description": "kununu's ESLint config",
5
5
  "main": "index.js",
6
6
  "repository": "kununu/eslint-config",