mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Add eslint (#1369)
This commit is contained in:
@@ -8,11 +8,6 @@ const { AngularWebpackPlugin } = require("@ngtools/webpack");
|
||||
const common = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
enforce: "pre",
|
||||
loader: "tslint-loader",
|
||||
},
|
||||
{
|
||||
test: /(?:\.ngfactory\.js|\.ngstyle\.js|\.ts)$/,
|
||||
loader: "@ngtools/webpack",
|
||||
|
||||
Reference in New Issue
Block a user