@enter-at/eslint-config-typescript-prettier

1.9.32 • Public • Published

eslint-config-typescript-prettier

Build Status Release Install size

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.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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!

Package Sidebar

Install

npm i @enter-at/eslint-config-typescript-prettier

Weekly Downloads

178

Version

1.9.32

License

Apache-2.0

Unpacked Size

17 kB

Total Files

4

Last publish

Collaborators

  • sleistner