mouse484 / eslint-config

https://eslint-config.mouse484.vercel.app/
MIT License
2 stars 0 forks source link

Update rules > unused rules #8

Open mouse484 opened 4 years ago

mouse484 commented 4 years ago

yarn rule yarn run v1.22.0 $ eslint-find-rules --unused index.js

mouse484 commented 4 years ago

accessor-pairs array-bracket-newline array-element-newline block-scoped-var callback-return capitalized-comments class-methods-use-this complexity consistent-return consistent-this curly default-case default-param-last dot-location func-name-matching func-names function-call-argument-newline global-require grouped-accessor-pairs guard-for-in handle-callback-err id-blacklist id-match init-declarations jsx-quotes line-comment-position linebreak-style lines-around-comment lines-between-class-members max-classes-per-file max-depth max-lines max-lines-per-function max-nested-callbacks max-params max-statements max-statements-per-line multiline-comment-style multiline-ternary new-cap new-parens no-alert no-await-in-loop no-bitwise no-buffer-constructor no-caller no-console no-constructor-return no-continue no-div-regex no-dupe-else-if no-empty-function no-eq-null no-extend-native no-extra-bind no-extra-label no-extra-parens no-floating-decimal no-implicit-coercion no-implicit-globals no-implied-eval no-inline-comments no-invalid-this no-iterator no-label-var no-labels no-lone-blocks no-lonely-if no-magic-numbers no-mixed-requires no-multi-spaces no-multi-str no-negated-condition no-new no-new-require no-octal-escape no-path-concat no-process-env no-process-exit no-proto no-restricted-globals no-restricted-imports no-restricted-modules no-restricted-properties no-restricted-syntax no-return-assign no-return-await no-script-url no-self-compare no-sequences no-setter-return no-shadow no-sync no-tabs no-template-curly-in-string no-ternary no-throw-literal no-undef-init no-undefined no-underscore-dangle no-unmodified-loop-condition no-unused-expressions no-use-before-define no-useless-call no-useless-computed-key no-useless-concat no-useless-rename no-useless-return no-void no-warning-comments no-whitespace-before-property object-curly-newline object-property-newline one-var-declaration-per-line operator-assignment padding-line-between-statements prefer-exponentiation-operator prefer-named-capture-group prefer-numeric-literals prefer-object-spread prefer-promise-reject-errors prefer-regex-literals prefer-rest-params radix require-atomic-updates require-await require-unicode-regexp rest-spread-spacing semi semi-spacing semi-style sort-imports sort-keys sort-vars space-unary-ops strict switch-colon-spacing symbol-description template-tag-spacing unicode-bom vars-on-top wrap-regex yield-star-spacing yoda