Updated format

This commit is contained in:
Sambo Chea 2021-09-16 18:17:48 +07:00
parent 558626d0e4
commit b03dd8ad39
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
3 changed files with 4 additions and 4 deletions

View File

@ -7,4 +7,4 @@ steps:
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build
- npm run build

View File

@ -153,4 +153,4 @@ module.exports = {
"use-isnan": "error",
"valid-typeof": "off",
},
}
}

View File

@ -12,7 +12,7 @@
"lib": ["ES2015"],
"skipLibCheck": true,
"allowJs": true,
"declaration": true,
"declaration": true
},
"include": ["src/**/*"]
}
}