Skip to content

Commit

Permalink
Add optional support for removing existing ignores in ignore-errors c…
Browse files Browse the repository at this point in the history
…md (#14)
  • Loading branch information
acmcelwee authored Aug 26, 2019
1 parent 9f44d5d commit 9a3f08a
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 47 deletions.
34 changes: 29 additions & 5 deletions dist/cli.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cli.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/ignoreErrorsRunner.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import { FilePaths } from './cli';
import { FilePaths } from "./cli";
export declare function removeIgnores(paths: FilePaths): Promise<void>;
export default function compile(paths: FilePaths, shouldCommit: boolean, includeJSX: boolean): Promise<void>;
59 changes: 50 additions & 9 deletions dist/ignoreErrorsRunner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a3f08a

Please sign in to comment.