1. eslint-config-airbnb-typescript-prettier
Airbnb's ESLint config with TypeScript and Prettier support
eslint-config-airbnb-typescript-prettier
Package: eslint-config-airbnb-typescript-prettier
Created by: toshi-toma
Last modified: Wed, 12 Apr 2023 22:20:47 GMT
Version: 5.0.0
License: MIT
Downloads: 231,424
Repository: https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier

Install

npm install eslint-config-airbnb-typescript-prettier
yarn add eslint-config-airbnb-typescript-prettier

eslint-config-airbnb-typescript-prettier

npm version
Check Projects
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.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin