mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Обновил модули для работы. git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@61784 954022d7-b5bf-4e40-9824-e11837661b57
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
{
|
|
"node": true,
|
|
"laxcomma": true,
|
|
"indent": 2,
|
|
"globalstrict": true,
|
|
"maxparams": 5,
|
|
"maxdepth": 3,
|
|
"maxstatements": 20,
|
|
"maxcomplexity": 5,
|
|
"maxlen": 100,
|
|
"globals": {
|
|
"describe": true,
|
|
"it": true
|
|
}
|
|
}
|