From e015284dc4b27c0f3e610c00d03ee98947a95e2d Mon Sep 17 00:00:00 2001 From: zjx0905 <954270063@qq.com> Date: Mon, 27 Jul 2020 11:34:01 +0800 Subject: [PATCH] 1.1.3 --- .babelrc | 2 +- .eslintignore | 1 - .eslintrc | 2 +- .gitignore | 1 - .prettierrc | 2 +- LICENSE | 2 +- SECURITY.md | 2 +- 7 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.babelrc b/.babelrc index 09a2853..149c6df 100644 --- a/.babelrc +++ b/.babelrc @@ -15,6 +15,6 @@ ] ], "plugins": [ - "@babel/plugin-proposal-optional-chaining", + "@babel/plugin-proposal-optional-chaining" ] } \ No newline at end of file diff --git a/.eslintignore b/.eslintignore index 1cd1507..4c22a13 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,5 +2,4 @@ /package /types /coverage - /rollup.config.js \ No newline at end of file diff --git a/.eslintrc b/.eslintrc index 6a2f288..17c9824 100644 --- a/.eslintrc +++ b/.eslintrc @@ -22,6 +22,6 @@ "rules": { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-namespace": "off" } } \ No newline at end of file diff --git a/.gitignore b/.gitignore index f6a13c2..dada443 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ /package.zip /types /coverage - /yarn-error.log \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index 65ea2a4..4efa30b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,5 +6,5 @@ "trailingComma": "es5", "bracketSpacing": true, "arrowParens": "always", - "parser": "typescript", + "parser": "typescript" } \ No newline at end of file diff --git a/LICENSE b/LICENSE index 307ccd5..bca0ddf 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.. +SOFTWARE. diff --git a/SECURITY.md b/SECURITY.md index 5378407..034e848 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,4 +18,4 @@ Use this section to tell people how to report a vulnerability. Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or -declined, etc.. +declined, etc.