Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Repository files navigation

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!

About

ESLint config with TypeScript and Prettier support

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages