A tool to help developers know if a browser specific feature is available in all chosen browsers or not #759
Closed
TheAlmightyMight
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use https://github.com/amilajack/eslint-plugin-compat along with ESLint for JS. For CSS you could use https://github.com/anandthakker/doiuse (though the project hasn't been updated in a while) or https://github.com/ismay/stylelint-no-unsupported-browser-features with Stylelint (also based on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, imagine you create a browserslist config and have a CLI tool or something similar that you can prompt whether a CSS/JS feature or API is supported in every single browser your config includes or not. Wouldn't that be awesome? Is there a tool like that?
Beta Was this translation helpful? Give feedback.
All reactions