@w5s/eslint-config 1.0.0-alpha.18 → 1.0.0-alpha.19

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/package.json +2 -2
  2. package/rules/base.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config",
3
- "version": "1.0.0-alpha.18",
3
+ "version": "1.0.0-alpha.19",
4
4
  "description": "ESLint configuration presets",
5
5
  "keywords": [
6
6
  "eslint",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "55a9106dcf41315e4a1e0fa73b912853c6cf6f06"
88
+ "gitHead": "6ce4b624fff8b656c3715b30e2024d5913088b37"
89
89
  }
package/rules/base.js CHANGED
@@ -24,6 +24,8 @@ module.exports = concatESConfig(
24
24
  // overrides
25
25
  {
26
26
  rules: {
27
+ // Annoying because it is not always wanted
28
+ 'default-case': off,
27
29
  // Often useful in jsx
28
30
  'no-nested-ternary': off,
29
31
  // Too strict, for pure code prefer the functional plugin