lint: disable

This commit is contained in:
tiddlygit-test 2021-05-02 19:35:18 +08:00
parent d07b27fcea
commit 1f2008be4e
5 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable unicorn/prefer-module */
/* eslint-disable @typescript-eslint/no-var-requires */
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const CspHtmlWebpackPlugin = require('csp-html-webpack-plugin');