alexkrautmann / eslint-config-airbnb-typescript-prettier

Airbnb's ESLint config with TypeScript and Prettier support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-airbnb-typescript-prettier

npm version build status License

Airbnb's ESLint config with TypeScript and Prettier support.

How to use

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

$ npm install typescript eslint prettier 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

License:MIT License


Languages

Language:JavaScript 55.9%Language:TypeScript 44.1%