UNPKG
@beyonk/eslint-config
Version:
latest (9.1.1)
9.1.1
9.0.8
9.0.6
9.0.5
9.0.3
9.0.2
8.0.2
7.1.1
7.1.0
7.0.2
6.0.0
5.0.2
4.2.0
4.1.0
4.0.1
4.0.0
3.2.0
3.1.0
3.0.2
Eslint config for beyonk
github.com/beyonk/eslint-config
beyonk/eslint-config
@beyonk/eslint-config
/
_self-lint.js
9 lines
(7 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
recommended
from
'./default.js'
import
node
from
'./node.js'
/**
@type
{
import('eslint').Linter.Config[]
} */
export
default
[ ...recommended, ...node ]