@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.
- package/index.js +2 -3
- 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
|
-
|
|
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
|
-
'
|
|
232
|
+
'@shopify',
|
|
234
233
|
],
|
|
235
234
|
|
|
236
235
|
env: {
|