Skip to content

Commit

Permalink
chore: upgrade babel (apache#16885)
Browse files Browse the repository at this point in the history
* upgrade babel versions

* upgrade babel eslint parser

* fix test
  • Loading branch information
suddjian authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent 679f676 commit a47f7cd
Show file tree
Hide file tree
Showing 4 changed files with 2,091 additions and 3,721 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
'prettier/react',
'plugin:react-hooks/recommended',
],
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
Expand Down

0 comments on commit a47f7cd

Please sign in to comment.