Skip to content

Commit

Permalink
Add eslint-plugin-compat
Browse files Browse the repository at this point in the history
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
XhmikosR committed May 29, 2020
1 parent ac8ece7 commit 7304acc
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
54 changes: 54 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"eslint-plugin-compat": "^3.7.0",
"postcss-cli": "^7.1.1",
"prettier": "2.0.4",
"xo": "^0.30.0"
Expand All @@ -47,6 +48,9 @@
"browser",
"jquery"
],
"extends": [
"plugin:compat/recommended"
],
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"
Expand Down

0 comments on commit 7304acc

Please sign in to comment.