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

OSCHINA-MIRROR/mirrors-rocketredis

Клонировать/Скачать
.eslintrc.json 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Diego Fernandes Отправлено 17.07.2020 03:22 8dbd66f
{
"env": {
"browser": true,
"es2020": true,
"node": true,
"jest": true
},
"extends": [
"standard",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"prettier/standard",
"prettier/react"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 11,
"sourceType": "module"
},
"plugins": [
"react",
"prettier",
"@typescript-eslint",
"eslint-plugin-import-helpers",
"react-hooks"
],
"rules": {
"prettier/prettier": "error",
"react/prop-types": "off",
"no-unused-expressions": "off",
"space-before-function-paren": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"import/extensions": [
"error",
"ignorePackages",
{
"ts": "never",
"tsx": "never"
}
],
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"import-helpers/order-imports": [
"warn",
{
"newlinesBetween": "always",
"groups": [
"/^react/",
"module",
["parent", "sibling", "index"]
],
"alphabetize": { "order": "asc", "ignoreCase": true }
}
]
},
"settings": {
"import/resolver": {
"typescript": {}
},
"react": {
"version": "detect"
}
}
}

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

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

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