1.0.9 • Published 1 year ago
@handmade-systems/eslint-plugin v1.0.9
eslint-plugin-handmade
Shared eslint config for Handmade Systems
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install @handmade-systems/eslint-plugin
:
npm install @handmade-systems/eslint-plugin --save-dev
Usage
Add @handmade-systems
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"@handmade-systems"
]
}
For a nextjs app use following config:
{
"extends": [
"plugin:@handmade-systems/base",
"plugin:@handmade-systems/react",
"plugin:@handmade-systems/next"
]
}
For a react app use following config:
{
"extends": [
"plugin:@handmade-systems/base",
"plugin:@handmade-systems/react"
]
}
For a node app use following config:
{
"extends": [
"plugin:@handmade-systems/base"
]
}
If you use tailwind use additional config:
{
"extends": [
"plugin:@handmade-systems/tailwind"
]
}
If you use storybook use additional config:
{
"extends": [
"plugin:@handmade-systems/storybook"
]
}
If you playwright use additional config:
{
"extends": [
"plugin:@handmade-systems/playwright"
]
}
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.7
2 years ago
0.0.4
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago
0.0.0
2 years ago