Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

canoypa/eslint-config-custrino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

ESLint shareable config for myself ๐Ÿ‘

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published