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 browserlist config as eslint rule config #200

Merged
merged 2 commits into from
Mar 22, 2019
Merged

Add browserlist config as eslint rule config #200

merged 2 commits into from
Mar 22, 2019

Conversation

terenc3
Copy link
Contributor

@terenc3 terenc3 commented Mar 20, 2019

I've totally messed up my repository, therefore i started a repository and pull request. This makes #121 obsolete

This adds the possibility to specify browserlist as rule configuration in eslint e.g.

{
  // ...
  "rules": [
    "compat/compat": ["error", "defaults, not ie < 9"],
  ]
}

@amilajack
Copy link
Owner

Run yarn lint --fix to fix the linter errors, commit and push and we're good to go 🎉

@amilajack amilajack merged commit 7db4820 into amilajack:master Mar 22, 2019
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

2 participants