@muxu-muxu/eslint-config
v0.2.2
Published
A sharable ESlint config.
Downloads
4
Readme
@muxu-muxu/eslint-config
A sharable ESlint config.
Installation
If using npm, run:
npx install-peerdeps --dev @muxu-muxu/eslint-config
If using yarn, run:
yarn add @muxu-muxu/eslint-config --peer
Usage
Set your eslint configuration to:
{
"extends": ["@muxu-muxu/eslint-config"]
}