Skip to content

Commit

Permalink
docs: update repo url and remove unnecessary devDependency (#209)
Browse files Browse the repository at this point in the history
- update repo url
- remove tslint-plugin-ikatyang, it's not likely I'll add style rules
  • Loading branch information
ikatyang committed Nov 13, 2018
1 parent f5c9451 commit 9d6a542
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 88 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@

We're really glad you're reading this, because we need volunteer developers to help this project come to fruition. :clap:

If you want to know more about this project please check our [README.md](https://github.com/alexjoverm/tslint-config-prettier/blob/master/README.md).This project uses [semantic-release](https://github.com/semantic-release/semantic-release) to keep a clean CI/CD pipe.
If you want to know more about this project please check our [README.md](https://github.com/prettier/tslint-config-prettier/blob/master/README.md).This project uses [semantic-release](https://github.com/semantic-release/semantic-release) to keep a clean CI/CD pipe.

So, you only will be required to follow [conventional-commit](https://github.com/commitizen/conventional-commit-types) messages. Everything else happens magically.

Expand All @@ -23,4 +23,4 @@ Finally, Submit your changes by pull request :point_down:!

## Submitting changes

Please send a [GitHub Pull Request](https://github.com/alexjoverm/tslint-config-prettier/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include test and keep the coverage up, since checked when you submit a PR by our CI server. Make sure all of your commits are atomic (one feature per commit).
Please send a [GitHub Pull Request](https://github.com/prettier/tslint-config-prettier/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include test and keep the coverage up, since checked when you submit a PR by our CI server. Make sure all of your commits are atomic (one feature per commit).
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -44,7 +44,6 @@ Then, extend your `tslint.json`, and make sure `tslint-config-prettier` is **at
- [tslint-immutable](https://github.com/jonaskello/tslint-immutable)
- [tslint-microsoft-contrib](https://github.com/Microsoft/tslint-microsoft-contrib)
- [tslint-misc-rules](https://github.com/jwbay/tslint-misc-rules)
- [tslint-plugin-ikatyang](https://github.com/ikatyang/tslint-plugin-ikatyang)
- [tslint-react](https://github.com/palantir/tslint-react)
- [vrsource-tslint-rules](https://github.com/vrsource/vrsource-tslint-rules)

Expand Down Expand Up @@ -82,12 +81,12 @@ Then run `npm run tslint-check`.

### Contributing

Please read [CONTRIBUTING.md](https://github.com/alexjoverm/tslint-config-prettier/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
Please read [CONTRIBUTING.md](https://github.com/prettier/tslint-config-prettier/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

### Related

- [tslint-plugin-prettier](https://github.com/ikatyang/tslint-plugin-prettier) - Runs Prettier as a TSLint rule and reports differences as individual TSLint issues.

### Credits

Made with :heart: by [@alexjoverm](https://twitter.com/alexjoverm) and all its [contributors](https://github.com/alexjoverm/tslint-config-prettier/graphs/contributors)
Made with :heart: by [@alexjoverm](https://twitter.com/alexjoverm) and all its [contributors](https://github.com/prettier/tslint-config-prettier/graphs/contributors)
89 changes: 11 additions & 78 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"author": "Alex Jover Morales <alexjovermorales@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/alexjoverm/tslint-config-prettier.git"
"url": "https://github.com/prettier/tslint-config-prettier.git"
},
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -98,7 +98,6 @@
"tslint-immutable": "4.9.1",
"tslint-microsoft-contrib": "5.2.1",
"tslint-misc-rules": "3.5.0",
"tslint-plugin-ikatyang": "1.1.1",
"tslint-react": "3.5.1",
"typescript": "3.0.3",
"validate-commit-msg": "^2.10.1",
Expand Down
3 changes: 0 additions & 3 deletions src/tslint-plugin-ikatyang/tslint.json

This file was deleted.

0 comments on commit 9d6a542

Please sign in to comment.