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 +}