-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow specifying ignore globs via config files
- Implement loading and merging config files using `cosmiconfig` - Limit extra files display count to 20. You can scroll down using arrows - Add `--version` (`-v`) CLI argument - Change file select indicator to `■` - Create `jsconfig.json` to enable type checking - Add Standard codestyle badge - Update dependencies
- Loading branch information
1 parent
05000ee
commit dca8c41
Showing
6 changed files
with
291 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"compilerOptions": { | ||
"resolveJsonModule": true, | ||
"checkJs": true | ||
}, | ||
"exclude": ["node_modules"] | ||
} |
Oops, something went wrong.