Skip to content
/ eslint Public

πŸ§‘β€πŸ’» ESLint config used at Chariz

License

Notifications You must be signed in to change notification settings

chariz/eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


eslint-config-chariz

ESLint configuration supporting React, Preact, ESM, and ECMA 2020.

Installation

npm install --save-dev eslint-config-chariz
# or
yarn add --dev eslint-config-chariz
# or
pnpm add --save-dev eslint-config-chariz

Usage

To use the package, simply just add the following to your ESLint configuration.

{
	"extends": "chariz"
}

Credits

Developed by Chariz:

License

Licensed under the Apache License, version 2.0. Refer to LICENSE.md.