Skip to content

Commit

Permalink
Added compat plugin for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Nov 3, 2021
1 parent 4f1542b commit 9e392db
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module.exports = {
env: {
commonjs: true,
es6: true,
node: true,
"jest/globals": true
browser: true
},
extends: [
'standard',
'plugin:jsdoc/recommended'
'plugin:jsdoc/recommended',
'plugin:compat/recommended'
],
parserOptions: {
ecmaVersion: 2018
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
/dist
/coverage
.DS_Store
Loading

0 comments on commit 9e392db

Please sign in to comment.