0.0.9 • Published 6 years ago
eslint-plugin-zero v0.0.9
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"]
}