1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

Add eslint (#2405)

This commit is contained in:
Oscar Hinton
2022-02-24 18:14:04 +01:00
committed by GitHub
parent b0dbb6f2f9
commit c27f421d56
77 changed files with 2430 additions and 903 deletions

View File

@@ -13,11 +13,6 @@ if (process.env.NODE_ENV == null) {
const ENV = (process.env.ENV = process.env.NODE_ENV);
const moduleRules = [
{
test: /\.ts$/,
enforce: "pre",
loader: "tslint-loader",
},
{
test: /\.(html)$/,
loader: "html-loader",