Skip to content

Commit

Permalink
CLI: Suppress eslint warnings on console and process exit
Browse files Browse the repository at this point in the history
This file is intended as a CLI application.
  • Loading branch information
adityasharad committed May 20, 2020
1 parent b327903 commit aff50ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/algorithms/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console unicorn/no-process-exit */
import * as fs from 'fs'
import { run } from './run'
import { ScenarioFlat, ScenarioData } from './types/Param.types'
Expand Down

0 comments on commit aff50ba

Please sign in to comment.