kopia lustrzana https://github.com/shoelace-style/shoelace
move to lint config
rodzic
368854ba41
commit
4b22fd2095
|
@ -121,6 +121,7 @@ module.exports = {
|
||||||
extends: ['plugin:chai-expect/recommended', 'plugin:chai-friendly/recommended'],
|
extends: ['plugin:chai-expect/recommended', 'plugin:chai-friendly/recommended'],
|
||||||
files: ['*.test.ts'],
|
files: ['*.test.ts'],
|
||||||
rules: {
|
rules: {
|
||||||
|
'@typescript-eslint/no-unsafe-call': 'off',
|
||||||
'@typescript-eslint/no-unused-expressions': 'off'
|
'@typescript-eslint/no-unused-expressions': 'off'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* eslint @typescript-eslint/no-unsafe-call: "off" */
|
|
||||||
import { elementUpdated, expect, fixture, html, oneEvent } from '@open-wc/testing';
|
import { elementUpdated, expect, fixture, html, oneEvent } from '@open-wc/testing';
|
||||||
import { registerIconLibrary } from '../../../dist/shoelace.js';
|
import { registerIconLibrary } from '../../../dist/shoelace.js';
|
||||||
import type SlIcon from './icon';
|
import type SlIcon from './icon';
|
||||||
|
|
Ładowanie…
Reference in New Issue