move to lint config

pull/721/head
Cory LaViska 2022-03-24 08:23:58 -04:00
rodzic 368854ba41
commit 4b22fd2095
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -121,6 +121,7 @@ module.exports = {
extends: ['plugin:chai-expect/recommended', 'plugin:chai-friendly/recommended'],
files: ['*.test.ts'],
rules: {
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unused-expressions': 'off'
}
}

Wyświetl plik

@ -1,4 +1,3 @@
/* eslint @typescript-eslint/no-unsafe-call: "off" */
import { elementUpdated, expect, fixture, html, oneEvent } from '@open-wc/testing';
import { registerIconLibrary } from '../../../dist/shoelace.js';
import type SlIcon from './icon';