Skip to content

Commit

Permalink
chore(markdown-docx): update eslint ecmaVersion (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: k-kumar-01 <[email protected]>
  • Loading branch information
K-Kumar-01 authored Jun 16, 2021
1 parent 0675af6 commit 5c6cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown-docx/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ globals:
expect: 'readonly'
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 8
ecmaVersion: 2018
sourceType: 'script'
rules:
indent:
Expand Down

0 comments on commit 5c6cf43

Please sign in to comment.