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

🍕 feat: Adds SB ESLint rules #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dflynn15
Copy link
Contributor

@dflynn15 dflynn15 commented Dec 6, 2016

  • Adds SB ESlint plugin and dependencies for local run
  • Adds lint task
  • Makes code changes for linting errors
  • Ref add sparkbox-eslint #4

- Adds SB ESlint plugin and dependencies for local run
- Adds `lint` task
- Makes code changes for linting errors
@asimpson
Copy link
Contributor

asimpson commented Dec 6, 2016

Let's also add an eslint for specs:

e.g.

{
    "env": {
      "mocha": true
    },
    "rules": {
      "no-unused-expressions": 0
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants