pull/8/head
zjx0905 2020-07-27 11:34:01 +08:00
parent 1b0b8e64a1
commit e015284dc4
7 changed files with 5 additions and 7 deletions

View File

@ -15,6 +15,6 @@
] ]
], ],
"plugins": [ "plugins": [
"@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-optional-chaining"
] ]
} }

View File

@ -2,5 +2,4 @@
/package /package
/types /types
/coverage /coverage
/rollup.config.js /rollup.config.js

View File

@ -22,6 +22,6 @@
"rules": { "rules": {
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-namespace": "off", "@typescript-eslint/no-namespace": "off"
} }
} }

1
.gitignore vendored
View File

@ -3,5 +3,4 @@
/package.zip /package.zip
/types /types
/coverage /coverage
/yarn-error.log /yarn-error.log

View File

@ -6,5 +6,5 @@
"trailingComma": "es5", "trailingComma": "es5",
"bracketSpacing": true, "bracketSpacing": true,
"arrowParens": "always", "arrowParens": "always",
"parser": "typescript", "parser": "typescript"
} }

View File

@ -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 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.. SOFTWARE.

View File

@ -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 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 reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.. declined, etc.