Skip to content

artelydev/eslint-config-airbnb-base-typescript-prettier

 
 

Repository files navigation

eslint-config-airbnb-base-typescript-prettier

npm version

Airbnb's base ESLint config with TypeScript and Prettier support.

How to use

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

$ npm install typescript eslint prettier eslint-config-airbnb-base-typescript-prettier --save-dev

.eslintrc.js

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

License

Open source licensed as MIT.

About

Airbnb's *base* ESLint config with TypeScript and Prettier support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.1%
  • TypeScript 29.9%