1.1.3
parent
1b0b8e64a1
commit
e015284dc4
2
.babelrc
2
.babelrc
|
@ -15,6 +15,6 @@
|
|||
]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
}
|
|
@ -2,5 +2,4 @@
|
|||
/package
|
||||
/types
|
||||
/coverage
|
||||
|
||||
/rollup.config.js
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -3,5 +3,4 @@
|
|||
/package.zip
|
||||
/types
|
||||
/coverage
|
||||
|
||||
/yarn-error.log
|
|
@ -6,5 +6,5 @@
|
|||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"parser": "typescript",
|
||||
"parser": "typescript"
|
||||
}
|
2
LICENSE
2
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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue