Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add existing rules from standard #2

Closed
mifi opened this issue Feb 17, 2021 · 0 comments
Closed

Add existing rules from standard #2

mifi opened this issue Feb 17, 2021 · 0 comments
Assignees
Labels
satellite Miscellanous related projects

Comments

@mifi
Copy link
Collaborator

mifi commented Feb 17, 2021

From transloadit/node-sdk#90

{
  'accessor-pairs': [ 'error', { setWithoutGet: true, enforceForClassMembers: true } ],
  'default-case-last': 'error',
  'no-useless-backreference': 'error',
  'no-extra-parens': [ 'error', 'functions' ],
  'no-import-assign': 'error',
  'no-loss-of-precision': 'error',
  'no-unmodified-loop-condition': 'error',
  'no-unreachable-loop': 'error',
  'no-useless-call': 'error',
  'prefer-regex-literals': [ 'error', { disallowRedundantWrapping: true } ],
  'node/handle-callback-err': [ 'error', '^(err|error)$' ],
  'node/no-callback-literal': 'error',
  'node/no-deprecated-api': 'error',
  'node/no-exports-assign': 'error',
  'node/no-new-require': 'error',
  'node/no-path-concat': 'error',
  'node/process-exit-as-throw': 'error',
  'promise/param-names': 'error'
}
@lekevbot lekevbot added the satellite Miscellanous related projects label Feb 17, 2021
@kvz kvz assigned mifi Feb 17, 2021
@mifi mifi closed this as completed in 10f2d23 Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
satellite Miscellanous related projects
Projects
None yet
Development

No branches or pull requests

2 participants