chore: namespace commands (#8494)

This commit is contained in:
jrandolf
2022-06-10 11:55:53 +02:00
committed by GitHub
parent 465a7c405f
commit 75c3f94a54
19 changed files with 73 additions and 317 deletions

View File

@@ -178,16 +178,5 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 2,
},
},
{
files: ['test-browser/**/*.js'],
parserOptions: {
sourceType: 'module',
},
env: {
es6: true,
browser: true,
es2020: true,
},
},
],
};