eslint-config-airbnb-base-typescript-prettier
v5.1.0
Published
Airbnb's *base* ESLint config with TypeScript and Prettier support
Downloads
956
Maintainers
Readme
eslint-config-airbnb-base-typescript-prettier
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.
