@kununu/eslint-config 5.2.3 → 5.3.0-beta-1

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 -1
  2. package/package.json +2 -1
package/index.js CHANGED
@@ -214,6 +214,7 @@ module.exports = {
214
214
  'plugin:prettier/recommended',
215
215
  'plugin:react-hooks/recommended',
216
216
  'plugin:testing-library/react',
217
+ 'plugin:shopify/prefer-early-return',
217
218
  ],
218
219
 
219
220
  parser: '@babel/eslint-parser',
@@ -221,7 +222,7 @@ module.exports = {
221
222
  plugins: [
222
223
  '@babel',
223
224
  'lodash',
224
- 'sort-destructure-keys'
225
+ 'sort-destructure-keys',
225
226
  ],
226
227
 
227
228
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/eslint-config",
3
- "version": "5.2.3",
3
+ "version": "5.3.0-beta-1",
4
4
  "description": "kununu's ESLint config",
5
5
  "main": "index.js",
6
6
  "repository": "kununu/eslint-config",
@@ -29,6 +29,7 @@
29
29
  "@babel/core": "7.26.9",
30
30
  "@babel/eslint-parser": "7.26.8",
31
31
  "@babel/eslint-plugin": "7.25.9",
32
+ "@shopify/eslint-plugin": "47.0.1",
32
33
  "@typescript-eslint/eslint-plugin": "7.18.0",
33
34
  "@typescript-eslint/parser": "7.18.0",
34
35
  "eslint": "8.57.1",