1.0.5 • Published 7 years ago

eslint-config-webmd v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

eslint-config-webmd

Basic Javscript linting rules:

  1. "no-cond-assign": disallow assignment operators in conditional expressions
  2. "no-dupe-args": disallow duplicate arguments in function definitions
  3. "no-dupe-keys": disallow duplicate keys in object literals
  4. "no-duplicate-case": disallow duplicate case labels
  5. "no-empty": disallow empty block statements
  6. "no-func-assign": disallow reassigning function declarations
  7. "no-invalid-regexp": disallow invalid regular expression strings in RegExp constructors
  8. "no-template-curly-in-string": disallow template literal placeholder syntax in regular strings
  9. "no-unreachable": disallow unreachable code after return, throw, continue, and break statements
  10. "eqeqeq": require the use of === and !==
  11. "no-redeclare": disallow variable redeclaration
  12. "no-unused-vars": disallow unused variables
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago