0.0.5 • Published 4 years ago
@paulomart/eslint-config v0.0.5
@paulomart/eslint-config
Sane eslint configs for Typescript and friends.
Installation
npm install --save-dev @paulomart/eslint-config
Usage
TypeScript
Add the following to your package.json:
{
(...)
"eslintConfig": {
"extends": "@paulomart/eslint-config/default"
},
(...)
}
React
Add the following to your package.json:
{
(...)
"eslintConfig": {
"extends": "@paulomart/eslint-config/react"
},
(...)
}
Node
Add the following to your package.json:
{
(...)
"eslintConfig": {
"extends": "@paulomart/eslint-config/node"
},
(...)
}
Next.js
Add the following to your package.json:
{
(...)
"eslintConfig": {
"extends": "@paulomart/eslint-config/nextjs"
},
(...)
}
0.0.6-alpha.4
4 years ago
0.0.6-refs-33e072-kv9ztnna
4 years ago
0.0.6-alpha.3
4 years ago
0.0.6-alpha.2
4 years ago
0.0.6-alpha.1
4 years ago
0.0.5
4 years ago
0.0.5-alpha.2
4 years ago
0.0.5-feature-492950-kv9ykhtd
4 years ago
0.0.5-alpha.1
4 years ago
0.0.4
4 years ago
0.0.3-test3
4 years ago
0.0.3-test2
4 years ago
0.0.3-test1
4 years ago
0.0.3
4 years ago
0.0.2-test6
4 years ago
0.0.2-test5
4 years ago
0.0.2-test4
4 years ago
0.0.2-test3
4 years ago
0.0.2-test2
4 years ago
0.0.2-test1
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago