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

Introduce assert-enforce-operator rule #9

Open
RachelSatoyama opened this issue Dec 30, 2015 · 1 comment
Open

Introduce assert-enforce-operator rule #9

RachelSatoyama opened this issue Dec 30, 2015 · 1 comment

Comments

@RachelSatoyama
Copy link
Member

It looks like this is the first time when we need parametrization. Also, this is the first time when one rule can not be used with another one.

@RachelSatoyama
Copy link
Member Author

List of operators supported:

  case '==':
  case '===':
  case '>':
  case '>=':
  case '<':
  case '<=':
  case '!=':
  case '!==':

@RachelSatoyama RachelSatoyama modified the milestones: eslint-plugin-tdd 0.5.0, eslint-plugin-tdd 0.4.0 Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant