/
drndsv
/
react
Обзор
Документация
Войти
/
drndsv
/
react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/array-includes/.eslintrc
29 строк
425 B
drndsv
Initial commit
14 апр 2025, 22:53
14 апр 2025, 22:53
641ac8a
Код
Авторство
О чём код?
{ "root": true, "extends": "@ljharb", "rules": { "id-length": [2, { "min": 1, "max": 26 }], "new-cap": [2, { "capIsNewExceptions": [ "GetIntrinsic", "ToObject", "ToIntegerOrInfinity", "ToLength", "SameValueZero", "RequireObjectCoercible", ], }], }, "overrides": [ { "files": "test/**", "rules": { "max-lines-per-function": 0, "no-invalid-this": 1, }, }, ], }