Skip to content

toshi-toma/eslint-config-airbnb-typescript-prettier

Repository files navigation

eslint-config-airbnb-typescript-prettier

npm version build status License

Airbnb's ESLint config with TypeScript and Prettier support.

How to use

Install eslint and prettier, eslint-config-airbnb-typescript-prettier and put it into your .eslintrc.js.

$ npm install eslint@^6.8.0 prettier@^1.18.2 eslint-config-airbnb-typescript-prettier --save-dev

.eslintrc.js

module.exports = {
  extends: "airbnb-typescript-prettier"
};

License

Open source licensed as MIT.

About

Airbnb's ESLint config with TypeScript and Prettier support

Resources

License

Stars

Watchers

Forks

Packages

No packages published