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
/
ignore.d.ts
2 lines
(1 loc)
•
143 B
TypeScript
View Raw
1
2
export
declare
function
createIsIgnoredFunction
(
ignoreFilePaths
:
string
[],
withNodeModules
?:
boolean
):
Promise
<
(
filepath
:
string
) =>
boolean
>;