UNPKG
prettylint
Version:
latest (2.0.0)
2.0.0
1.0.0
Run Prettier as a linter
github.com/ikatyang/prettylint
ikatyang/prettylint
prettylint
/
lib
/
vendor
/
context.d.ts
15 lines
(14 loc)
•
327 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
interface
Context
{
argv
: {
filePatterns
:
string
[];
ignorePath
:
string
[];
config
?:
string
|
false
;
editorconfig
?:
boolean
;
withNodeModules
?:
boolean
;
write
?:
boolean
; };
languages
:
Array
<{
extensions
?:
string
[];
filenames
?:
string
[]; }>; }