Skip to content

Commit

Permalink
fix: ignore lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Dec 18, 2021
1 parent 1c3c1a0 commit 0bea23f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/formatter/format-by-rules.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import chalk from 'chalk';
// eslint-disable-next-line @typescript-eslint/no-require-imports
import Table = require('cli-table');
import { ESLint } from 'eslint';
import terminalLink from 'terminal-link';
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import chalk from 'chalk';
// eslint-disable-next-line @typescript-eslint/no-require-imports
import isInstalledGlobally = require('is-installed-globally');
import { parseArgv } from './cli/parse-argv.js';
import { Core } from './core.js';
Expand Down
1 change: 1 addition & 0 deletions test/formatter/format-by-rules.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-irregular-whitespace */
import { ESLint } from 'eslint';
import stripAnsi from 'strip-ansi';
import { formatByRules } from '../../src/formatter/format-by-rules.js';
Expand Down

0 comments on commit 0bea23f

Please sign in to comment.