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

Allow disabling linting #5

Closed
wants to merge 1 commit into from

Conversation

andyhot
Copy link

@andyhot andyhot commented Oct 22, 2017

This will check the enabled flag in standard's options (if defined in ember-cli-build.js) and skip linting if set to false

Example:

  var app = new EmberApp(defaults, {
    standard: { //options for ember-cli-standard
      enabled: false
    },

@andyhot
Copy link
Author

andyhot commented Oct 23, 2017

Looks like linting can be disabled by

  var app = new EmberApp(defaults, {
    hinting: false,

so, there's no need for this

@andyhot andyhot closed this Oct 23, 2017
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.

None yet

1 participant