chore: lint .mjs files as well
This commit is contained in:
parent
5d30258dd6
commit
5b79db91ba
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ module.exports = {
|
||||||
extends: ['@open-wc/eslint-config', 'eslint-config-prettier'].map(require.resolve),
|
extends: ['@open-wc/eslint-config', 'eslint-config-prettier'].map(require.resolve),
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
files: ['**/*.js'],
|
files: ['**/*.js', '**/*.mjs'],
|
||||||
rules: {
|
rules: {
|
||||||
'wc/guard-super-call': 'off', // types will prevent you from calling the super if it's not in the base class, making the guard unnecessary
|
'wc/guard-super-call': 'off', // types will prevent you from calling the super if it's not in the base class, making the guard unnecessary
|
||||||
'no-await-in-loop': 'off',
|
'no-await-in-loop': 'off',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue