3.2.0 • Published 12 months ago

@landbot/eslint-config-typescript-react v3.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

ESLint and Prettier configuration

Installation

npm install --save-dev @landbot/eslint-config-typescript-react

Usage

Create a .eslintrc.js file in the root of your project with the following:

module.exports = {
  extends: ['@landbot/typescript-react'],
};

(Optional) For the prettier configuration, create a .prettierrc.js file in the root of your project:

module.exports = require('@landbot/eslint-config-typescript-react/prettier-config');
3.2.0

12 months ago

3.1.0

12 months ago

2.2.1

12 months ago

3.0.0

12 months ago

2.2.0

12 months ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago