Jasmineを使用したいのですが、Jasmineのチュートリアルの途中ですが、「Definition for rule '@ TypeScript-eslint/no-unused-expressions was not not found.eslint(@ TypeScript-eslint/no-unused-expressions) "
このエラーは、enzyme.tsファイルで発生します。
import { configure } from "enzyme";
import Adapter from "enzyme-adapter-react-16";
import jasmineEnzyme from "jasmine-enzyme";
configure({ adapter: new Adapter() });
// tslint:disable-next-line: only-arrow-functions
beforeEach(function() {
jasmineEnzyme();
});
これはJasmineのチュートリアルへのリンクです。
TypeScript-eslintルール は、ドキュメントごとに存在します 。ここにいくつかの可能性があります: