diff --git a/.eslintrc.js b/.eslintrc.js index d33541efab5..be62b45da1f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -261,6 +261,8 @@ module.exports = { }, ], + ignorePatterns: ['@vates/fatfs/'], + parserOptions: { ecmaVersion: 13, sourceType: 'script',