Chore: enable brace-style eslint check (#5159)
* eslint: enable brace-style check * Fix jsdoc and color * fix: correct CSS color syntax in CreateZenSliders function
This commit is contained in:
+1
-1
@@ -102,8 +102,8 @@ module.exports = {
|
||||
// These rules should eventually be enabled.
|
||||
'no-async-promise-executor': 'off',
|
||||
'no-inner-declarations': 'off',
|
||||
'brace-style': 'off',
|
||||
// Additional formatting rules based on codebase conventions
|
||||
'brace-style': ['error', '1tbs', { allowSingleLine: true }],
|
||||
'array-bracket-spacing': ['error', 'never'],
|
||||
'computed-property-spacing': ['error', 'never'],
|
||||
'block-spacing': ['error', 'always'],
|
||||
|
||||
Reference in New Issue
Block a user