-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added a JSON handler/fixer (#165)
* feat: added a JSON handler/fixer [wip] Added a module that will check JSON files and give a good level of details for errors while attempting to fix it re all-contributors/app#102 * refactor: consolidated the fix handler Made the fixer a bit more concise and added the fields to allow for an auto-update of the config file (if it was changed) * chore(package): use another `jsonlint` * refactor(config-file): use `json-fixer` * chore(package): bump `json-fixer` to 1.3 * chore(package): bumped `json-fixer`
- Loading branch information
1 parent
93a910a
commit ebff1e8
Showing
3 changed files
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ dist | |
# when working with contributors | ||
package-lock.json | ||
yarn.lock | ||
.vscode | ||
cache |
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