2.2.5 • Published 3 years ago

eslint-config-custrino v2.2.5

Weekly downloads
59
License
MIT
Repository
github
Last release
3 years ago

ESLint Config Custrino

A personally created ESLint shareable configuration set.

Installation

$ npm install --save-dev eslint-config-custrino

Usage

Used by specifying in the extends section of the ESLint configuration.

{
  "extends": ["custrino", "custrino/xxxxxx"]
}

Additional configurations

Additional configurations can be used depending on the project.

You need to add a corresponding plugin.

custrino/typescript

This configuration enables the rules for TypeScript and any additional rules supported by the TypeScript ESLint plugin.

Add required plugins:

$ npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin

custrino/react

This configuration enables the rules for React.

Add required plugins:

$ npm install --save-dev eslint-plugin-react-hooks eslint-plugin-react
2.2.5

3 years ago

2.2.4

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

1.5.5

4 years ago

2.0.0

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago