From b03dd8ad398e58f163c117a4a51efa343caa192c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 16 Sep 2021 18:17:48 +0700 Subject: [PATCH] Updated format --- .drone.yml | 2 +- .eslintrc.js | 2 +- tsconfig.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0dbd19c..b03a7a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: commands: - npm config set registry https://r.ctdn.net - npm install - - npm run build \ No newline at end of file + - npm run build diff --git a/.eslintrc.js b/.eslintrc.js index d831ed8..33278c0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -153,4 +153,4 @@ module.exports = { "use-isnan": "error", "valid-typeof": "off", }, -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index fb177d3..3f4f32b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "lib": ["ES2015"], "skipLibCheck": true, "allowJs": true, - "declaration": true, + "declaration": true }, "include": ["src/**/*"] -} \ No newline at end of file +}