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
/
get-options-for-file.d.ts
3 lines
(2 loc)
•
163 B
TypeScript
View Raw
1
2
3
import
{
Context
}
from
"./context.js"
;
export
declare
function
getOptionsForFile
(
context
:
Context
,
filepath
:
string
):
Promise
<
import
(
"prettier"
).
Options
|
null
>;