-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
141 additions
and
176 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"extends": "anycli" | ||
"extends": "oclif" | ||
} |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
eslint-config-anycli | ||
eslint-config-oclif | ||
==================== | ||
|
||
eslint config for anycli | ||
eslint config for oclif | ||
|
||
[](https://npmjs.org/package/eslint-config-anycli) | ||
[](https://circleci.com/gh/anycli/eslint-config-anycli/tree/master) | ||
[](https://ci.appveyor.com/project/heroku/eslint-config-anycli/branch/master) | ||
[](https://codecov.io/gh/anycli/eslint-config-anycli) | ||
[](https://greenkeeper.io/) | ||
[](https://snyk.io/test/npm/eslint-config-anycli) | ||
[](https://npmjs.org/package/eslint-config-anycli) | ||
[](https://github.com/anycli/eslint-config-anycli/blob/master/package.json) | ||
[](https://npmjs.org/package/eslint-config-oclif) | ||
[](https://circleci.com/gh/oclif/eslint-config-oclif/tree/master) | ||
[](https://ci.appveyor.com/project/heroku/eslint-config-oclif/branch/master) | ||
[](https://codecov.io/gh/oclif/eslint-config-oclif) | ||
[](https://greenkeeper.io/) | ||
[](https://snyk.io/test/npm/eslint-config-oclif) | ||
[](https://npmjs.org/package/eslint-config-oclif) | ||
[](https://github.com/oclif/eslint-config-oclif/blob/master/package.json) |
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 |
---|---|---|
|
@@ -8,9 +8,8 @@ install: | |
- ps: Install-Product node $env:nodejs_version x64 | ||
- git submodule sync | ||
- git submodule update --init --recursive | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "anycli" | ||
- yarn add -D nyc @anycli/nyc-config | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "oclif" | ||
test_script: | ||
- yarn test | ||
after_test: | ||
|
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.