We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43c793 commit e4695faCopy full SHA for e4695fa
webview/.eslintrc.js
@@ -3,7 +3,7 @@ const config = require('../.eslintrc')
3
4
module.exports = {
5
...config,
6
- ignorePatterns: [...config.ignorePatterns, 'storybook-static/**'],
+ ignorePatterns: [...config.ignorePatterns, 'storybook-static/**', '**/*.mjs'],
7
parser: '@typescript-eslint/parser',
8
parserOptions: {
9
tsconfigRootDir: __dirname,
0 commit comments