Skip to content

Commit

Permalink
disble eslint warnings for config files
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Aug 2, 2019
1 parent ac6fee2 commit 760ed90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { sauceLabs, sauceLaunchers } from "./sauceLabs";
const path = require("path");
const webpack = require("webpack");

// eslint-disable-next-line import/no-default-export
export default function configure(config: any) {
config.set({
customLaunchers: {
Expand Down

0 comments on commit 760ed90

Please sign in to comment.