arui-presets-lint 9.0.1 → 9.0.2

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.
@@ -93,10 +93,6 @@ export const bestPracticesConfig: TSESLint.FlatConfig.Config = {
93
93
  // https://eslint.org/docs/rules/no-bitwise
94
94
  'no-bitwise': 'error',
95
95
 
96
- // Запрещает оператор continue
97
- // https://eslint.org/docs/rules/no-continue
98
- 'no-continue': 'error',
99
-
100
96
  // Запрещает if как единственный оператор в блоке else
101
97
  // https://eslint.org/docs/rules/no-lonely-if
102
98
  'no-lonely-if': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arui-presets-lint",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Config files for arui-apps",
5
5
  "author": "core-ds contributors",
6
6
  "license": "MIT",