mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 03:30:49 +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,
|
||||
s"""${Header.header(isJs, isCommonJS)}
|
||||
s"""/* eslint-disable */
|
||||
|// @ts-nocheck
|
||||
|${Header.header(isJs, isCommonJS)}
|
||||
|
|
||||
|// Services
|
||||
|$services
|
||||
|// Functions
|
||||
|${functions.mkString("\n\n")}
|
||||
|""".stripMargin
|
||||
|
|
||||
|/* eslint-enable */""".stripMargin
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user