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

OSCHINA-MIRROR/antv-g2

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.eslintrc 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
MiniPear Отправлено 09.08.2023 09:55 ba619cc
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript"
],
"rules": {
"no-constant-condition": [
"error",
{
"checkLoops": false
}
],
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-fallthrough": "off",
"import/no-unresolved": "off",
"no-multiple-empty-lines": 1,
"import/order": "warn",
"import/namespace": "warn",
// Allow `const self = this`.
"@typescript-eslint/no-this-alias": "off"
},
"env": {
"node": true,
"jest": true
}
}

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

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

1
https://api.gitlife.ru/oschina-mirror/antv-g2.git
git@api.gitlife.ru:oschina-mirror/antv-g2.git
oschina-mirror
antv-g2
antv-g2
v5