google / eslint-config-google

ESLint shareable config for the Google JavaScript style guide
Apache License 2.0
1.74k stars 140 forks source link

RFC: Add support for `eslint-plugin-compat` #34

Closed amilajack closed 7 years ago

amilajack commented 7 years ago

This eslint plugin lints against APIs that are only supported by target browsers 🎉 Would a PR for this be welcome?

Here's a demo of it in action

demo of plugin usage

philipwalton commented 7 years ago

This is cool, but I'm not sure it belongs in this repo as Google's JS style doesn't have an opinion on when/how new browser APIs should be used.