@enter-at/eslint-config-typescript-prettier
v1.9.32
Published
Enterat's ESLint config with TypeScript and Prettier support.
Downloads
1,683
Maintainers
Readme
eslint-config-typescript-prettier
Enterat's ESLint config with TypeScript and Prettier support.
It's 100% Open Source and licensed under the APACHE2.
Quick Start
Install typescript
, eslint
and prettier
, @enter-at/eslint-config-typescript-prettier
and put it into your .eslintrc.js
.
$ npm install typescript eslint prettier @enter-at/eslint-config-typescript-prettier --save-dev
Update your .eslintrc.js
file to contain at least the following lines.
module.exports = {
extends: "@enter-at/typescript-prettier"
};
Help
Got a question?
File a GitHub issue.
Contributing
Bug Reports & Feature Requests
Please use the issue tracker to report any bugs or file feature requests.
Developing
If you are interested in being a contributor and want to get involved in developing this project, we would love to hear from you!
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
NOTE: Be sure to merge the latest changes from "upstream" before making a pull request!