Skip to content

Increase linting rules for JS #2909

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

Closed
agjohnson opened this issue May 24, 2017 · 0 comments
Closed

Increase linting rules for JS #2909

agjohnson opened this issue May 24, 2017 · 0 comments
Labels
Improvement Minor improvement to code Sprintable Small enough to sprint on

Comments

@agjohnson
Copy link
Contributor

#2905 adds JavaScript linting to our linting process. We should be enabling additional configuration pieces in order to make testing actually useful.

@cmc333333 suggested in #2905:

  • "array-callback-return": "off",
  • "eqeqeq": "off",
  • "guard-for-in": "off",
  • "no-inner-declarations": "off",
  • "no-loop-func": "off",
  • "no-mixed-operators": "off",
  • "no-undef": "off",
  • "no-use-before-define": "off",
  • "one-var": "off",
@agjohnson agjohnson added Improvement Minor improvement to code Sprintable Small enough to sprint on labels May 24, 2017
@agjohnson agjohnson added this to the Sprints milestone May 24, 2017
@agjohnson agjohnson removed this from the Sprints milestone Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code Sprintable Small enough to sprint on
Projects
None yet
Development

No branches or pull requests

1 participant