Skip to content

Commit

Permalink
Updates to match 2022/Bullseye/Node v12.22.12 (#30 from d97jro/d97jro…
Browse files Browse the repository at this point in the history
…_2022-updates)
  • Loading branch information
martinkrulltott authored Sep 12, 2022
2 parents 946fe7a + db2a642 commit baddda4
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12,927 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
parser: '@babel/eslint-parser',
requireConfigFile: false
}
}
Loading

0 comments on commit baddda4

Please sign in to comment.