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

Commits on Feb 4, 2016

  1. Add rules option to package.json

    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 committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    bc26ef8 View commit details
    Browse the repository at this point in the history