UNPKG
@mskelton/eslint-config
Version:
alpha (6.0.0-alpha.1)
latest (9.3.1)
9.3.1
9.3.0
9.2.0
9.1.0
9.0.2
9.0.1
9.0.0
8.5.1
8.5.0
8.4.0
8.3.0
8.2.1
8.1.0
8.0.0
7.10.1
7.10.0
7.9.0
7.8.0
7.7.1
7.7.0
7.6.1
7.6.0
7.5.0
7.4.0
7.3.1
7.3.0
7.2.0
7.1.0
7.0.0
6.1.0
6.0.0
6.0.0-alpha.1
5.12.0
5.11.3
5.11.2
5.11.1
5.11.0
5.10.2
5.10.1
5.10.0
5.9.1
5.9.0
5.8.0
5.7.0
5.6.1
5.6.0
5.5.0
5.4.0
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.4
5.0.3
5.0.0
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
Simple and sensible ESLint config.
github.com/mskelton/eslint-config
mskelton/eslint-config
@mskelton/eslint-config
/
lib
/
index.d.ts
12 lines
(9 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Linter
}
from
"eslint"
declare
const
config
: {
jest
:
Linter
.
Config
playwright
:
Linter
.
Config
react
:
Linter
.
Config
recommended
:
Linter
.
Config
[]
vitest
:
Linter
.
Config
}
export
default
config