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 rules option to package.json #57

Merged
merged 1 commit into from Feb 4, 2016
Merged

Add rules option to package.json #57

merged 1 commit into from Feb 4, 2016

Conversation

feross
Copy link
Member

@feross feross commented Feb 4, 2016

So users can specify custom rules. For users that need to tweak one rule for their particular project.

Works in package.json:

{
  "standard": {
    "rules": {
      "semi": [2, "always"]
    }
  }
}

Fixes standard/standard#367

So users can specify custom rules.

Works in `package.json`:

```json
{
  "standard": {
    "rules": {
      "semi": [2, "always"]
    }
  }
}
```

For user that need to tweak one rule for their particular project.

Fixes standard/standard#367
feross added a commit that referenced this pull request Feb 4, 2016
Add rules option to package.json
@feross feross merged commit c64f749 into master Feb 4, 2016
@feross feross deleted the configure branch February 4, 2016 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Globally defining eslint overrides
1 participant