代码拉取完成,页面将自动刷新
{
"rules": {
"indent": [
2,
2
],
"quotes": [
2,
"single",
{ "allowTemplateLiterals": true }
],
"linebreak-style": [
2,
"unix"
],
"require-atomic-updates": "off",
"semi": [2, "always"],
"strict": "off",
"curly": 2,
"eqeqeq": 2,
"no-eval": 2,
"guard-for-in": 2,
"no-caller": 2,
"no-else-return": 2,
"no-eq-null": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-labels": 2,
"no-with": 2,
"no-loop-func": 1,
"no-native-reassign": 2,
"no-redeclare": [2, {"builtinGlobals": true}],
"no-delete-var": 2,
"no-shadow-restricted-names": 2,
"no-undef-init": 2,
"no-use-before-define": 0,
"no-unused-vars": [2, {"args": "none"}],
"no-undef": 2,
"callback-return": [2, ["callback", "cb", "next"]],
"global-require": 0,
"no-console": 0,
"require-yield": 0,
"no-multi-spaces": 2,
"block-spacing": 2,
"keyword-spacing": 2,
"space-before-blocks": 2,
"no-process-exit": 2,
"comma-spacing": 2,
"key-spacing": 2,
"comma-dangle": 2,
"space-infix-ops": 2,
"prefer-const": "off",
"no-var": "off",
"prefer-rest-params": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-unused-vars": "off"
},
"env": {
"es6": true,
"node": true,
"browser": true
},
"globals": {
"describe": true,
"it": true,
"before": true,
"after": true,
"beforeEach": true,
"afterEach": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"extends": [
"plugin:@typescript-eslint/recommended"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。