Skip to content

Commit

Permalink
docs: add links to the contributing guide everywhere (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Dec 19, 2019
1 parent f335c50 commit 2b16019
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -297,6 +297,6 @@ Support this project with your organization. Your logo will show up here with a

<br>

## Contributing Guide
## Contributing

COMING SOON
[See the contributing guide here](./CONTRIBUTING.md)
4 changes: 4 additions & 0 deletions packages/eslint-plugin-tslint/README.md
Expand Up @@ -58,3 +58,7 @@ Plugin contains only single rule `@typescript-eslint/tslint/config`.
- https://github.com/Microsoft/tslint-microsoft-contrib
- https://github.com/SonarSource/SonarTS
- https://github.com/ajafff/tslint-consistent-codestyle

## Contributing

[See the contributing guide here](../../CONTRIBUTING.md)
4 changes: 4 additions & 0 deletions packages/eslint-plugin/README.md
Expand Up @@ -171,3 +171,7 @@ Pro Tip: For larger codebases you may want to consider splitting our linting int
| [`@typescript-eslint/unified-signatures`](./docs/rules/unified-signatures.md) | Warns for any two overloads that could be unified into one by using a union or an optional/rest parameter | | | |

<!-- end rule list -->

## Contributing

[See the contributing guide here](../../CONTRIBUTING.md)
4 changes: 4 additions & 0 deletions packages/experimental-utils/README.md
Expand Up @@ -22,3 +22,7 @@ Once it is stable, it will be renamed to `@typescript-eslint/util` for a `2.0.0`
| [`TSESLint`](./src/ts-eslint) | Types for ESLint, correctly typed to work with the types found in `TSESTree`. |
| [`ESLintUtils`](./src/eslint-utils) | Tools for creating ESLint rules with TypeScript. |
| [`ParserServices`](../packages/typescript-estree/src/ts-estree/parser.ts) | The parser services provided when parsing a file using `@typescript-eslint/typescript-estree`. |

## Contributing

[See the contributing guide here](../../CONTRIBUTING.md)
4 changes: 4 additions & 0 deletions packages/parser/README.md
Expand Up @@ -155,3 +155,7 @@ Please use the `@typescript-eslint/parser` issue template when creating your iss
## License

TypeScript ESLint Parser is licensed under a permissive BSD 2-clause license.

## Contributing

[See the contributing guide here](../../CONTRIBUTING.md)
4 changes: 4 additions & 0 deletions packages/typescript-estree/README.md
Expand Up @@ -162,3 +162,7 @@ I.e. in this repo you can run: `DEBUG=typescript-eslint:* yarn lint`.
## License

TypeScript ESTree inherits from the the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license.

## Contributing

[See the contributing guide here](../../CONTRIBUTING.md)

0 comments on commit 2b16019

Please sign in to comment.