Skip to content

Commit

Permalink
Set explicit parser for .md.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Dec 14, 2021
1 parent 724936a commit 718907c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ module.exports = {
'jsdoc/require-param': 'off',
'jsdoc/check-param-names': 'off',
'@typescript-eslint/no-empty-function': 'off',
'prettier/prettier': [ 'error', { parser: 'babel' } ],
},
},
],
Expand Down

0 comments on commit 718907c

Please sign in to comment.