UNPKG
@lesnoypudge/eslint-base-config
Version:
latest (1.9.0)
1.9.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
lesnoypudge's eslint-base-config
@lesnoypudge/eslint-base-config
/
eslint.config.js
10 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// @ts-check
import
{ eslintConfigBase }
from
'./config.js'
;
import
tseslint
from
'typescript-eslint'
;
export
default
tseslint.
config
( ...eslintConfigBase, );