mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 11:40:50 +00:00
chore: Disable TS and eslint checks in generated files (fixes LNG-113) (#662)
disable ts and eslint checks in generated files
This commit is contained in:
parent
d256f56982
commit
9991a07140
@ -20,13 +20,16 @@ case class OutputFile(res: AquaRes) {
|
|||||||
|
|
||||||
(
|
(
|
||||||
airs,
|
airs,
|
||||||
s"""${Header.header(isJs, isCommonJS)}
|
s"""/* eslint-disable */
|
||||||
|
|// @ts-nocheck
|
||||||
|
|${Header.header(isJs, isCommonJS)}
|
||||||
|
|
|
|
||||||
|// Services
|
|// Services
|
||||||
|$services
|
|$services
|
||||||
|// Functions
|
|// Functions
|
||||||
|${functions.mkString("\n\n")}
|
|${functions.mkString("\n\n")}
|
||||||
|""".stripMargin
|
|
|
||||||
|
|/* eslint-enable */""".stripMargin
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user