eslint-plugin-zero
v0.0.9
Published
Zero configuration eslint plugin.
Downloads
5
Readme
eslint-plugin-zero
Zero configuration eslint plugin.
Installation
yarn add eslint-plugin-zero
Usage
Update eslint config file
base on your project type:
JavaScript
{
"extends": ["plugin:zero/base"]
}
React
{
"extends": ["plugin:zero/react"]
}
TypeScript
{
"extends": ["plugin:zero/ts"]
}
TypeScript React
{
"extends": ["plugin:zero/ts-react"]
}