@dmitryrechkin/eslint-standard 1.5.1 → 1.5.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.
- package/eslint.config.mjs +1 -1
- package/package.json +1 -1
package/eslint.config.mjs
CHANGED
|
@@ -211,7 +211,7 @@ export default function ({
|
|
|
211
211
|
'jsdoc/valid-types': 'error', // Validate type syntax
|
|
212
212
|
|
|
213
213
|
// Enhanced: Interface brace style
|
|
214
|
-
'interface-brace/interface-brace-style': '
|
|
214
|
+
'interface-brace/interface-brace-style': 'off', // Disabled - conflicts with prettier-plugin-brace-style
|
|
215
215
|
|
|
216
216
|
// Enhanced: Switch case brace style - Allman style for case blocks
|
|
217
217
|
'switch-case-brace/switch-case-brace-style': 'error',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dmitryrechkin/eslint-standard",
|
|
3
3
|
"description": "This package provides a shared ESLint configuration which includes TypeScript support and a set of specific linting rules designed to ensure high-quality and consistent code style across projects.",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.2",
|
|
5
5
|
"main": "eslint.config.mjs",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./eslint.config.mjs"
|