UNPKG
js-mvc-app
Version:
latest (1.0.1)
1.0.1
1.0.0
A CLI tool to scaffold complete Node.js MVC projects with TypeScript, just like Laravel
js-mvc-app
/
dist
/
templates
/
extras
/
linting.d.ts
4 lines
•
194 B
TypeScript
View Raw
1
2
3
4
export
declare
function
getESLintConfig
(
):
string
;
export
declare
function
getPrettierConfig
(
):
string
;
export
declare
function
getPrettierIgnore
(
):
string
;
//# sourceMappingURL=linting.d.ts.map