代码拉取完成,页面将自动刷新
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true,
"jquery": true,
"mongo": true,
"worker": true,
"shared-node-browser": true,
"amd": true,
"mocha": true,
"jasmine": true,
"jest": true,
"phantomjs": true,
"protractor": true,
"qunit": true,
"prototypejs": true,
"shelljs": true,
"meteor": true,
"applescript": true,
"nashorn": true,
"serviceworker": true,
"atomtest": true,
"embertest": true,
"webextensions": true,
"greasemonkey": true
},
"extends": [
"alloy",
"alloy/react"
],
"plugins": [
"import"
],
"globals": {
},
"parserOptions": {
"sourceType": "module"
},
"rules": {
"radix": "off",
"one-var": "off",
"no-empty-pattern": "off",
"one-var-declaration-per-line": "off",
"wrap-iife": "off",
"no-ternary": "off",
"lines-around-comment": "off",
"no-native-reassign": "off",
"no-extra-label": "off",
"block-scoped-var": "off",
"init-declarations": "off",
"linebreak-style": "off",
"semi-spacing": "off",
"no-multi-str": "off",
"comma-spacing": "off",
"eol-last": "off",
"no-octal": "off",
"newline-before-return": "off",
"no-var": "off",
"no-undefined": "off",
"no-unused-expressions": "off",
"no-new-symbol": "off",
"no-array-constructor": "off",
"arrow-spacing": "off",
"no-useless-rename": "off",
"no-implied-eval": "off",
"no-iterator": "off",
"no-process-exit": "off",
"space-infix-ops": "off",
"array-bracket-newline": "off",
"no-regex-spaces": "off",
"no-eq-null": "off",
"no-implicit-globals": "off",
"no-new-func": "off",
"array-bracket-spacing": "off",
"comma-dangle": "off",
"max-depth": "off",
"no-warning-comments": "off",
"spaced-comment": "off",
"no-param-reassign": "off",
"callback-return": "off",
"no-proto": "off",
"no-template-curly-in-string": "off",
"no-useless-escape": "off",
"prefer-destructuring": "off",
"no-plusplus": "off",
"multiline-comment-style": "off",
"no-self-assign": "off",
"id-blacklist": "off",
"semi": "off",
"quotes": "off",
"no-bitwise": "off",
"prefer-template": "off",
"no-invalid-this": "off",
"func-style": "off",
"no-empty": "off",
"key-spacing": "off",
"no-func-assign": "off",
"no-unused-vars": "off",
"no-mixed-operators": "off",
"capitalized-comments": "off",
"object-shorthand": "off",
"no-dupe-args": "off",
"no-buffer-constructor": "off",
"no-duplicate-case": "off",
"computed-property-spacing": "off",
"getter-return": "off",
"max-params": "off",
"arrow-body-style": "off",
"rest-spread-spacing": "off",
"no-else-return": "off",
"no-useless-constructor": "off",
"no-redeclare": "off",
"no-constant-condition": "off",
"global-require": "off",
"comma-style": "off",
"line-comment-position": "off",
"no-tabs": "off",
"block-spacing": "off",
"no-dupe-keys": "off",
"no-caller": "off",
"no-new-object": "off",
"no-negated-condition": "off",
"no-unmodified-loop-condition": "off",
"no-global-assign": "off",
"no-multi-spaces": "off",
"keyword-spacing": "off",
"space-in-parens": "off",
"template-curly-spacing": "off",
"no-new-require": "off",
"require-yield": "off",
"no-inline-comments": "off",
"symbol-description": "off",
"object-curly-spacing": "off",
"no-implicit-coercion": "off",
"no-whitespace-before-property": "off",
"no-fallthrough": "off",
"no-irregular-whitespace": "off",
"lines-around-directive": "off",
"lines-between-class-members": "off",
"no-mixed-requires": "off",
"no-return-assign": "off",
"no-unreachable": "off",
"no-console": "off",
"nonblock-statement-body-position": "off",
"no-alert": "off",
"prefer-const": "off",
"no-cond-assign": "off",
"prefer-spread": "off",
"object-property-newline": "off",
"newline-per-chained-call": "off",
"prefer-rest-params": "off",
"no-const-assign": "off",
"curly": "off",
"brace-style": "off",
"max-statements": "off",
"no-useless-call": "off",
"handle-callback-err": "off",
"no-useless-concat": "off",
"max-lines": "off",
"no-octal-escape": "off",
"no-shadow": "off",
"no-unsafe-finally": "off",
"no-unsafe-negation": "off",
"no-self-compare": "off",
"sort-vars": "off",
"space-before-function-paren": "off",
"use-isnan": "off",
"no-confusing-arrow": "off",
"no-restricted-properties": "off",
"default-case": "off",
"no-restricted-modules": "off",
"no-delete-var": "off",
"no-lone-blocks": "off",
"newline-after-var": "off",
"no-shadow-restricted-names": "off",
"no-extend-native": "off",
"sort-keys": "off",
"no-case-declarations": "off",
"arrow-parens": "off",
"operator-assignment": "off",
"no-magic-numbers": "off",
"no-eval": "off",
"no-extra-semi": "off",
"no-nested-ternary": "off",
"camelcase": "off",
"no-restricted-syntax": "off",
"no-extra-boolean-cast": "off",
"no-empty-function": "off",
"valid-jsdoc": "off",
"space-unary-ops": "off",
"array-callback-return": "off",
"template-tag-spacing": "off",
"unicode-bom": "off",
"padded-blocks": "off",
"prefer-arrow-callback": "off",
"no-spaced-func": "off",
"no-useless-return": "off",
"no-duplicate-imports": "off",
"no-unexpected-multiline": "off",
"no-unused-labels": "off",
"generator-star-spacing": "off",
"no-debugger": "off",
"quote-props": "off",
"jsx-quotes": "off",
"no-new-wrappers": "off",
"valid-typeof": "off",
"max-nested-callbacks": "off",
"indent": "off",
"accessor-pairs": "off",
"no-undef": "off",
"no-useless-computed-key": "off",
"require-await": "off",
"no-return-await": "off",
"no-undef-init": "off",
"for-direction": "off",
"max-statements-per-line": "off",
"switch-colon-spacing": "off",
"dot-location": "off",
"no-ex-assign": "off",
"no-multiple-empty-lines": "off",
"no-this-before-super": "off",
"multiline-ternary": "off",
"eqeqeq": "off",
"no-dupe-class-members": "off",
"no-with": "off",
"array-element-newline": "off",
"no-multi-assign": "off",
"prefer-numeric-literals": "off",
"no-obj-calls": "off",
"no-label-var": "off",
"no-labels": "off",
"max-len": "off",
"no-unneeded-ternary": "off",
"yield-star-spacing": "off",
"id-length": "off",
"no-restricted-globals": "off",
"func-call-spacing": "off",
"constructor-super": "off",
"no-invalid-regexp": "off",
"no-lonely-if": "off",
"indent-legacy": "off",
"semi-style": "off",
"object-curly-newline": "off",
"vars-on-top": "off",
"id-match": "off",
"prefer-reflect": "off",
"sort-imports": "off",
"no-new": "off",
"guard-for-in": "off",
"no-throw-literal": "off",
"operator-linebreak": "off",
"no-use-before-define": "off",
"no-mixed-spaces-and-tabs": "off",
"no-compare-neg-zero": "off",
"yoda": "off",
"require-jsdoc": "off",
"class-methods-use-this": "off",
"no-negated-in-lhs": "off",
"func-name-matching": "off",
"no-sparse-arrays": "off",
"prefer-promise-reject-errors": "off",
"no-loop-func": "off",
"no-sequences": "off",
"no-extra-bind": "off",
"strict": "off",
"no-floating-decimal": "off",
"consistent-this": "off",
"func-names": "off",
"wrap-regex": "off",
"no-class-assign": "off",
"no-trailing-spaces": "off",
"no-process-env": "off",
"no-await-in-loop": "off",
"no-div-regex": "off",
"new-parens": "off",
"no-void": "off",
"no-extra-parens": "off",
"padding-line-between-statements": "off",
"no-path-concat": "off",
"function-paren-newline": "off",
"no-empty-character-class": "off",
"new-cap": "off",
"no-catch-shadow": "off",
"no-prototype-builtins": "off",
"space-before-blocks": "off",
"no-control-regex": "off",
"no-sync": "off",
"no-inner-declarations": "off",
"complexity": "off",
"no-script-url": "off",
"consistent-return": "off",
"no-underscore-dangle": "off",
"dot-notation": "off",
"no-continue": "off",
"no-restricted-imports": "off",
"react/boolean-prop-naming": "off",
"react/button-has-type": "off",
"react/default-props-match-prop-types": "off",
"react/destructuring-assignment": "off",
"react/forbid-dom-props": "off",
"react/no-access-state-in-setstate": "off",
"react/no-this-in-sfc": "off",
"react/no-unknown-property": "off",
"react/no-typos": "off",
"react/no-deprecated": "off",
"react/no-unsafe": "off",
"react/prefer-read-only-props": "off",
"react/self-closing-comp": "off",
"react/state-in-constructor": "off",
"react/static-property-placement": "off",
"react/jsx-child-element-spacing": "off",
"react/jsx-curly-newline": "off",
"react/jsx-fragments": "off",
"react/jsx-one-expression-per-line": "off",
"react/jsx-max-depth": "off",
"react/jsx-props-no-multi-spaces": "off",
"react/jsx-props-no-spreading": "off",
"react/jsx-sort-default-props": "off",
"react/no-did-update-set-state": "off",
"react/prefer-es6-class": "off",
"react/sort-prop-types": "off",
"react/sort-comp": "off",
"react/no-danger": "off",
"react/require-optimization": "off",
"react/jsx-no-bind": "off",
"react/jsx-filename-extension": "off",
"react/jsx-handler-names": "off",
"react/no-danger-with-children": "off",
"react/jsx-curly-brace-presence": "off",
"react/jsx-pascal-case": "off",
"react/no-unescaped-entities": "off",
"react/no-array-index-key": "off",
"react/jsx-no-comment-textnodes": "off",
"react/no-did-mount-set-state": "off",
"react/jsx-curly-spacing": "off",
"react/forbid-elements": "off",
"react/void-dom-elements-no-children": "off",
"react/prefer-stateless-function": "off",
"react/jsx-indent-props": "off",
"react/jsx-uses-react": "warn",
"react/no-find-dom-node": "off",
"react/no-direct-mutation-state": "off",
"react/no-unused-state": "off",
"react/require-default-props": "off",
"react/no-will-update-set-state": "off",
"react/no-unused-prop-types": "off",
"react/require-render-return": "off",
"react/jsx-no-undef": "off",
"react/no-string-refs": "off",
"react/no-is-mounted": "off",
"react/no-set-state": "off",
"react/jsx-first-prop-new-line": "off",
"react/jsx-closing-tag-location": "off",
"react/display-name": "off",
"react/no-multi-comp": "off",
"react/jsx-key": "off",
"react/jsx-tag-spacing": "off",
"react/jsx-no-target-blank": "off",
"react/no-redundant-should-component-update": "off",
"react/no-render-return-value": "off",
"react/jsx-space-before-closing": "off",
"react/forbid-prop-types": "off",
"react/jsx-wrap-multilines": "off",
"react/jsx-boolean-value": "off",
"react/jsx-sort-props": "off",
"react/jsx-equals-spacing": "off",
"react/style-prop-object": "off",
"react/jsx-no-duplicate-props": "off",
"react/jsx-indent": "off",
"react/jsx-closing-bracket-location": "off",
"react/forbid-component-props": "off",
"react/forbid-foreign-prop-types": "off",
"react/no-children-prop": "off",
"react/jsx-max-props-per-line": "off",
"react/jsx-no-literals": "off",
"react/jsx-uses-vars": "warn",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"import/first": "off",
"import/no-duplicates": "off",
"import/no-mutable-exports": "off",
"import/no-webpack-loader-syntax": "off"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。