mirror of
https://github.com/ONLYOFFICE/onlyoffice-owncloud.git
synced 2025-04-18 13:24:05 +03:00
11 lines
307 B
JSON
11 lines
307 B
JSON
{
|
|
"extends": "@ownclouders",
|
|
"rules": {
|
|
"array-bracket-newline": ["error", "consistent"],
|
|
"multiline-ternary": ["error", "always-multiline"],
|
|
"no-var": "error",
|
|
"prefer-const": "error",
|
|
"object-shorthand": ["error", "always"],
|
|
"eqeqeq": ["error", "smart"]
|
|
}
|
|
} |