forked from eslint/archive-website
-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Jason Lee edited this page Jun 12, 2017
·
29 revisions
mixed分支是中英文混合的翻译出版,alpha分支是校对版,稍后会有released分支作为纯中文版分支
目前 http://smocean.github.com上的是alpha分支上的
##目录
文件名 --- 翻译者 --- 校对者
-
cla (1)
- index.md --- @molee1905
-
docs (230)
-
about (1)
- index.md --- @sunshiner
-
developer-guide (18)
-
contributing (6)
- changes.md --- @coocon --- @molee1905
- index.md --- @coocon --- @molee1905
- new-rules.md --- @coocon --- @molee1905
- pull-requests.md --- @coocon --- @molee1905
- reporting-bugs.md --- @molee1905
- working-on-issues.md --- @molee1905
- development-environment.md --- @maoshuyu
- governance.md --- @yanggao40 --- @hacke2
- index.md --- @maoshuyu --- @hacke2
- nodejs-api.md --- @yanggao40 --- @hacke2
- shareable-configs.md --- @maoshuyu --- @hacke2
- source-code.md --- @maoshuyu --- @hacke2
- unit-tests.md --- @molee1905 --- @hacke2
- working-with-custom-formatters.md
- working-with-plugins.md --- @molee1905
- working-with-rules.md --- @molee1905
-
contributing (6)
-
rules (203)
- accessor-pairs.md --- @fengnana --- @ILFront-End
- array-bracket-spacing.md --- @molee1905
- arrow-body-style.md --- @molee1905
- arrow-parens.md --- @molee1905
- arrow-spacing.md --- @molee1905
- block-scoped-var.md --- @fengnana
- block-spacing.md --- @molee1905
- brace-style.md --- @molee1905
- callback-return.md --- @ILFront-End
- camelcase.md --- @molee1905
- comma-dangle.md --- @ybbjegj --- @molee1905
- comma-spacing.md --- @molee1905 --- @sunshiner
- comma-style.md --- @molee1905 --- @sunshiner
- complexity.md --- @fengnana --- @sunshiner
- computed-property-spacing.md --- @molee1905 --- @sunshiner
- consistent-return.md --- @molee1905 --- @sunshiner
- consistent-this.md --- @molee1905 --- @sunshiner
- constructor-super.md --- @molee1905 --- @sunshiner
- curly.md --- @fengnana --- @sunshiner
- default-case.md --- @fengnana --- @sunshiner
- dot-location.md --- @fengnana --- @sunshiner
- dot-notation.md --- @fengnana
- eol-last.md --- @molee1905
- eqeqeq.md --- @fengnana
- func-names.md --- @molee1905
- func-style.md --- @molee1905
- generator-star-spacing.md --- @molee1905
- generator-star.md --- @yanggao40
- global-require.md --- @ILFront-End
- global-strict.md --- @yanggao40
- guard-for-in.md --- @fengnana
- handle-callback-err.md --- @ILFront-End
- id-length.md --- @molee1905
- id-match.md --- @molee1905
- indent.md --- @molee1905
- index.md --- @molee1905
- init-declarations.md --- @ILFront-End
- jsx-quotes.md --- @molee1905
- key-spacing.md --- @molee1905
- linebreak-style.md --- @molee1905
- lines-around-comment.md --- @molee1905
- max-depth.md --- @molee1905
- max-len.md --- @molee1905
- max-nested-callbacks.md --- @molee1905
- max-params.md --- @molee1905
- max-statements.md --- @molee1905
- new-cap.md --- @molee1905
- new-parens.md --- @molee1905
- newline-after-var.md --- @molee1905
- no-alert.md --- @fengnana
- no-array-constructor.md
- no-arrow-condition.md --- @molee1905
- no-bitwise.md --- @molee1905
- no-caller.md --- @fengnana
- no-case-declarations.md --- @fengnana
- no-catch-shadow.md --- @ILFront-End
- no-class-assign.md --- @molee1905
- no-comma-dangle.md --- @yanggao40
- no-cond-assign.md --- @ybbjegj --- @molee1905
- no-console.md --- @ybbjegj --- @molee1905
- no-const-assign.md --- @molee1905
- no-constant-condition.md --- @ybbjegj --- @molee1905
- no-continue.md --- @molee1905
- no-control-regex.md --- @ybbjegj --- @molee1905
- no-debugger.md --- @ybbjegj --- @molee1905
- no-delete-var.md --- @ILFront-End
- no-div-regex.md --- @fengnana
- no-dupe-args.md --- @ybbjegj --- @molee1905
- no-dupe-class-members.md --- @molee1905
- no-dupe-keys.md --- @ybbjegj --- @molee1905
- no-duplicate-case.md --- @ybbjegj --- @molee1905
- no-else-return.md --- @fengnana
- no-empty-character-class.md --- @ybbjegj --- @molee1905
- no-empty-class.md --- @yanggao40
- no-empty-label.md --- @fengnana
- no-empty-pattern.md --- @fengnana
- no-empty.md --- @ybbjegj --- @molee1905
- no-eq-null.md --- @fengnana
- no-eval.md --- @fengnana
- no-ex-assign.md --- @ybbjegj --- @molee1905
- no-extend-native.md --- @fengnana
- no-extra-bind.md --- @fengnana
- no-extra-boolean-cast.md --- @ybbjegj
- no-extra-parens.md --- @ybbjegj
- no-extra-semi.md --- @ybbjegj
- no-extra-strict.md --- @yanggao40
- no-fallthrough.md --- @fengnana
- no-floating-decimal.md --- @fengnana
- no-func-assign.md --- @ybbjegj
- no-implicit-coercion.md --- @fengnana
- no-implied-eval.md --- @fengnana
- no-inline-comments.md --- @molee1905
- no-inner-declarations.md --- @ybbjegj
- no-invalid-regexp.md --- @ybbjegj
- no-invalid-this.md --- @fengnana
- no-irregular-whitespace.md --- @molee1905
- no-iterator.md --- @fengnana
- no-label-var.md --- @ILFront-End
- no-labels.md --- @fengnana
- no-lone-blocks.md --- @fengnana
- no-lonely-if.md --- @molee1905
- no-loop-func.md --- @fengnana
- no-magic-numbers.md --- @fengnana --- @maoshuyu
- no-mixed-requires.md --- @ILFront-End
- no-mixed-spaces-and-tabs.md --- @molee1905
- no-multi-spaces.md --- @fengnana
- no-multi-str.md --- @fengnana
- no-multiple-empty-lines.md --- @molee1905
- no-native-reassign.md --- @fengnana
- no-negated-condition.md --- @molee1905
- no-negated-in-lhs.md --- @molee1905
- no-nested-ternary.md --- @molee1905
- no-new-func.md --- @fengnana
- no-new-object.md --- @molee1905
- no-new-require.md --- @ILFront-End
- no-new-wrappers.md --- @fengnana
- no-new.md --- @fengnana
- no-obj-calls.md --- @molee1905
- no-octal-escape.md --- @fengnana
- no-octal.md --- @fengnana
- no-param-reassign.md --- @fengnana
- no-path-concat.md --- @ILFront-End
- no-plusplus.md --- @molee1905
- no-process-env.md --- @fengnana
- no-process-exit.md --- @ILFront-End
- no-proto.md --- @fengnana
- no-redeclare.md --- @fengnana
- no-regex-spaces.md --- @molee1905
- no-reserved-keys.md --- @yanggao40
- no-restricted-modules.md --- @ILFront-End
- no-restricted-syntax.md --- @molee1905
- no-return-assign.md --- @fengnana
- no-script-url.md --- @fengnana
- no-self-compare.md --- @fengnana
- no-sequences.md --- @fengnana
- no-shadow-restricted-names.md --- @ILFront-End
- no-shadow.md --- @ILFront-End
- no-space-before-semi.md --- @yanggao40
- no-spaced-func.md --- @molee1905
- no-sparse-arrays.md --- @molee1905
- no-sync.md --- @ILFront-End
- no-ternary.md --- @molee1905
- no-this-before-super.md --- @molee1905
- no-throw-literal.md --- @fengnana
- no-trailing-spaces.md --- @molee1905
- no-undef-init.md --- @ILFront-End
- no-undef.md --- @ILFront-End
- no-undefined.md --- @ILFront-End
- no-underscore-dangle.md --- @molee1905
- no-unexpected-multiline.md --- @molee1905
- no-unneeded-ternary.md --- @molee1905
- no-unreachable.md --- @molee1905
- no-unused-expressions.md --- @fengnana
- no-unused-vars.md --- @ILFront-End
- no-use-before-define.md --- @ILFront-End
- no-useless-call.md --- @fengnana
- no-useless-concat.md --- @fengnana
- no-var.md --- @molee1905
- no-void.md --- @fengnana
- no-warning-comments.md --- @fengnana
- no-with.md --- @fengnana
- no-wrap-func.md --- @yanggao40
- object-curly-spacing.md --- @molee1905
- object-shorthand.md --- @molee1905
- one-var.md --- @molee1905
- operator-assignment.md --- @molee1905
- operator-linebreak.md --- @molee1905
- padded-blocks.md --- @molee1905
- prefer-arrow-callback.md --- @molee1905
- prefer-const.md --- @molee1905
- prefer-reflect.md --- @molee1905
- prefer-spread.md --- @molee1905
- prefer-template.md --- @molee1905
- quote-props.md --- @molee1905
- quotes.md --- @molee1905
- radix.md --- @fengnana
- require-jsdoc.md --- @molee1905
- require-yield.md --- @molee1905
- semi-spacing.md --- @molee1905
- semi.md --- @molee1905
- sort-vars.md --- @molee1905
- space-after-function-name.md --- @yanggao40
- space-after-keywords.md --- @molee1905
- space-before-blocks.md --- @molee1905
- space-before-function-paren.md
- space-before-function-parentheses.md --- @yanggao40
- space-before-keywords.md --- @molee1905
- space-in-brackets.md --- @yanggao40
- space-in-parens.md --- @molee1905
- space-infix-ops.md --- @molee1905
- space-return-throw-case.md --- @molee1905
- space-unary-ops.md --- @molee1905
- space-unary-word-ops.md --- @yanggao40
- spaced-comment.md --- @molee1905
- spaced-line-comment.md --- @yanggao40
- strict.md --- @ILFront-End
- use-isnan.md --- @molee1905
- valid-jsdoc.md --- @molee1905
- valid-typeof.md --- @molee1905
- vars-on-top.md --- @fengnana
- wrap-iife.md --- @fengnana
- wrap-regex.md --- @molee1905
- yoda.md --- @fengnana
-
user-guide (8)
- formatters (1)
-