[Docs] add browserlist and linting capability (#4811)

* add browserlist to package.json

* add browserlist linting

* add eslint compat package

* Add blurb about browser support

* add ios safari

* remove node

* add comment and simple disable

Co-authored-by: unlikelyzero <jchill2@gmail.com>
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: Scott Bell <scott@traclabs.com>
This commit is contained in:
John Hill
2022-03-21 12:27:18 -07:00
committed by GitHub
parent d80b692354
commit 7b2ff8fa15
4 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
},
"extends": [
"eslint:recommended",
"plugin:compat/recommended",
"plugin:vue/recommended",
"plugin:you-dont-need-lodash-underscore/compatible"
],