1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/kennylee-elasticsearch-js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.jshintrc 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
KennyLee Отправлено 22.01.2017 12:50 776694c
{
"-W054":false, // http://jslint.fantasy.codes/the-function-constructor-is-a-form-of-eval/
"curly": true, // true: Require {} for every new block or scope
"eqeqeq": true, // true: Require triple equals (===) for comparison
"immed": true, // true: Require immediate invocations to be wrapped in parens e.g. `(function () { } ());`
"latedef": true, // true: Require variables/functions to be defined before being used
"newcap": true, // true: Require capitalization of all constructor functions e.g. `new F()`
"noarg": true, // true: Prohibit use of `arguments.caller` and `arguments.callee`
"sub": true, // true: Prohibit use of empty blocks
"undef": true, // true: Require all non-global variables to be declared (prevents global leaks)
"boss": true, // true: Require all defined variables be used
"eqnull": true, // true: Requires all functions run in ES5 Strict Mode
"es3": true, // {int} Max number of formal params allowed per function
"node": true, // {int} Max depth of nested blocks (within functions)
"-W117": true, // {int} Max number statements per function
"loopfunc":true
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/kennylee-elasticsearch-js.git
git@api.gitlife.ru:oschina-mirror/kennylee-elasticsearch-js.git
oschina-mirror
kennylee-elasticsearch-js
kennylee-elasticsearch-js
master