peopledoc / eslint-config-peopledoc

ESLint config for PeopleDoc frontend projects
MIT License
1 stars 1 forks source link

[POC] feat: add browser api compat plugin #41

Closed amessinger closed 4 years ago

amessinger commented 5 years ago

Refs. JS-37

To test it: npm i github:peopledoc/eslint-config-peopledoc#feat/browser-api-compat-plugin --save-dev or yarn add github:peopledoc/eslint-config-peopledoc#feat/browser-api-compat-plugin --dev

saintsebastian commented 5 years ago

Works in my project, returned back a bunch of errors

GreatWizard commented 5 years ago

In my opinion, the compat plugin has no gain if we need to detect and maintain the list of default Babel Polyfill in the exclusion list defined in the eslintrc file. There is too much works on maintainance.

GreatWizard commented 4 years ago

No news on that subject let's close it for now