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

Add eslint (#496)

This commit is contained in:
Oscar Hinton
2022-03-03 18:24:41 +01:00
committed by GitHub
parent dd6a0cab7f
commit b4555039d8
48 changed files with 2703 additions and 1022 deletions

View File

@@ -1,4 +1,4 @@
// tslint:disable-next-line
// eslint-disable-next-line
const TSConsoleReporter = require("jasmine-ts-console-reporter");
jasmine.getEnv().clearReporters(); // Clear default console reporter
jasmine.getEnv().addReporter(new TSConsoleReporter());