UNPKG
eslint-config-proste
Version:
latest (18.3.0)
18.3.0
18.2.0
18.1.0
18.0.1
18.0.0
17.0.1
17.0.0
16.3.0
16.2.0
16.1.0
16.0.0
15.4.1
15.4.0
15.3.0
15.2.0
15.1.4
15.1.3
15.1.2
15.1.1
15.1.0
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
15.0.0
14.6.0
14.5.1
14.5.0
14.4.0
14.3.0
14.2.0
14.1.1
14.1.0
14.0.0
14.0.0-beta.10
14.0.0-beta.9
14.0.0-beta.8
14.0.0-beta.7
14.0.0-beta.6
14.0.0-beta.5
14.0.0-beta.4
14.0.0-beta.3
14.0.0-beta.2
14.0.0-beta.1
13.0.0
13.0.0-beta.5
13.0.0-beta.4
13.0.0-beta.3
13.0.0-beta.2
13.0.0-beta.1
12.3.0
12.2.0
12.1.0
12.0.1
12.0.0
11.1.0
11.0.1
11.0.0
10.1.1
10.1.0
10.0.0
9.1.0
9.0.0
8.3.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.0
7.7.0
7.6.0
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.3.0
6.2.0
6.1.2
6.1.1
6.1.0
6.0.0
5.1.0
5.0.0
4.2.0
4.1.1
4.1.0
4.0.1
4.0.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.12.6
2.12.5
2.12.4
2.12.2
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
preset eslint config
github.com/xyhxx/proste-eslint-config
xyhxx/proste-eslint-config
eslint-config-proste
/
dist
/
configs
/
prettier.d.ts
5 lines
(3 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
import
{
BaseConfigOptions
}
from
'../utils/types'
;
import
{
Linter
}
from
'eslint'
;
export
declare
function
getPrettierConfig
(
{ overrides }: BaseConfigOptions
):
Promise
<
Linter
.
Config
<
Linter
.
RulesRecord
>>;