From 718907c10b049e8139809a8fb3e303e5468ffdcc Mon Sep 17 00:00:00 2001 From: Sergio Cinos Date: Tue, 14 Dec 2021 12:42:02 +0100 Subject: [PATCH] Set explicit parser for .md.js files --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 188cc5b0aafe8e..820d775c6a5a53 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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' } ], }, }, ],