1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

Add eslint (#1437)

This commit is contained in:
Oscar Hinton
2022-02-24 12:10:07 +01:00
committed by GitHub
parent 01f128a4a9
commit 1c495e87c9
189 changed files with 4790 additions and 3371 deletions

View File

@@ -1,4 +1,3 @@
/* tslint:disable */
import "core-js/stable";
require("zone.js/dist/zone");
@@ -19,4 +18,3 @@ if (process.env.NODE_ENV === "production") {
require("whatwg-fetch");
require("webcrypto-shim");
require("date-input-polyfill");
/* tslint:enable */