Skip to content

Commit

Permalink
feat: fix deprecated parser (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xRoulanDx committed Mar 15, 2019
1 parent bec3e70 commit 35b8e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier/prettier.config.js
Expand Up @@ -11,7 +11,7 @@ module.exports = {
{
files: '*.js',
options: {
parser: 'babylon'
parser: 'babel'
}
},
{
Expand Down

0 comments on commit 35b8e4d

Please sign in to comment.