@dword-design/eslint-config 5.0.11 → 5.0.12

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.
@@ -68,6 +68,7 @@ export default (() => {
68
68
  checkLoops: false
69
69
  }],
70
70
  'no-continue': 'off',
71
+ 'no-lonely-if': 'off',
71
72
  'no-negated-condition': 'error',
72
73
  'no-param-reassign': 'off',
73
74
  'no-promise-executor-return': 'off',
@@ -122,13 +123,13 @@ export default (() => {
122
123
  prev: '*'
123
124
  }],
124
125
  'prefer-arrow/prefer-arrow-functions': ['error'],
125
- 'prefer-destructuring': 'off',
126
126
  [`${packageName`prettier`}/prettier`]: ['error', {
127
127
  arrowParens: 'avoid',
128
128
  plugins: [packageName`prettier-plugin-compactify`],
129
129
  singleQuote: true,
130
130
  trailingComma: 'all'
131
131
  }],
132
+ 'prefer-destructuring': 'off',
132
133
  'promise/prefer-await-to-then': 'error',
133
134
  'require-await': 'error',
134
135
  'simple-import-sort/imports': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "5.0.11",
3
+ "version": "5.0.12",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",