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

OSCHINA-MIRROR/mirrors-ion

Клонировать/Скачать
.eslintrc.json 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Henry Tsai Отправлено 09.06.2022 03:43 e7007aa
{
"env": {
"es6": true,
"node": true,
"jasmine": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"dot-notation": ["off"],
"max-len": ["error", { "code": 160, "ignoreStrings": true }],
"no-multi-spaces": ["error", { "ignoreEOLComments": true }],
"no-unneeded-ternary": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{
"vars": "all",
"args": "after-used",
"ignoreRestSiblings": true,
"argsIgnorePattern": "^_"
}
],
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": ["error"],
"padded-blocks": ["off"],
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true} ],
"semi": ["off"],
"@typescript-eslint/semi": ["error", "always"],
"sort-imports": "error"
}
}

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

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

1
https://api.gitlife.ru/oschina-mirror/mirrors-ion.git
git@api.gitlife.ru:oschina-mirror/mirrors-ion.git
oschina-mirror
mirrors-ion
mirrors-ion
master