Skip to content

Commit

Permalink
Merge pull request #80 from nextcloud/fix/noid/replace-babel-eslint
Browse files Browse the repository at this point in the history
Replace babel-eslint with @babel/eslint-parser
  • Loading branch information
ChristophWurst authored Mar 9, 2021
2 parents 8dd1fec + e9fff2a commit 8375780
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 93 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
jest: true,
},
parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
ecmaVersion: 6,
},
extends: [
Expand Down
Loading

0 comments on commit 8375780

Please sign in to comment.