mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Add eslint (#496)
This commit is contained in:
@@ -15,11 +15,6 @@ const envConfig = config.load(ENV);
|
||||
config.log(envConfig);
|
||||
|
||||
const moduleRules = [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
enforce: "pre",
|
||||
loader: "tslint-loader",
|
||||
},
|
||||
{
|
||||
test: /\.ts$/,
|
||||
use: "ts-loader",
|
||||
|
||||
Reference in New Issue
Block a user