|
|
@ -9,6 +9,7 @@ |
|
|
|
"no-empty-blocks": "off", |
|
|
|
"no-empty-blocks": "off", |
|
|
|
"quotes": ["error", "double"], |
|
|
|
"quotes": ["error", "double"], |
|
|
|
"uppercase": "off", |
|
|
|
"uppercase": "off", |
|
|
|
|
|
|
|
"visibility-first": "error", |
|
|
|
|
|
|
|
|
|
|
|
"security/enforce-explicit-visibility": ["error"], |
|
|
|
"security/enforce-explicit-visibility": ["error"], |
|
|
|
"security/no-block-members": ["warning"], |
|
|
|
"security/no-block-members": ["warning"], |
|
|
|