UNPKG
@empathyco/eslint-config
Version:
latest (1.10.32)
1.10.32
1.10.31
1.10.30
1.10.27
1.10.26
1.10.25
1.10.24
1.10.23
1.10.22
1.10.21
1.10.20
1.10.19
1.10.18
1.10.17
1.10.16
1.10.15
1.10.14
1.10.13
1.10.12
1.10.11
1.10.10
1.10.9
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.0
1.9.0
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
ESLint and Prettier config preset
github.com/empathyco/eslint-config
empathyco/eslint-config
@empathyco/eslint-config
/
dist
/
index.d.ts
8 lines
(5 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Linter
}
from
'eslint'
;
import
antfu
from
'@antfu/eslint-config'
;
type
AntfuParams
=
Parameters
<
typeof
antfu>;
declare
function
empathyco
(
options
?:
AntfuParams
[
0
], ...
userConfigs
:
AntfuParams
[
1
][]
):
Promise
<
Linter
.
Config
[]>;
export
{ empathyco };