This commit is contained in:
Cris Stringfellow 2023-01-14 11:26:58 +08:00
parent 296b15345f
commit 0926a42d62
No known key found for this signature in database
2 changed files with 21 additions and 0 deletions

16
.eslintrc.cjs Normal file
View File

@ -0,0 +1,16 @@
module.exports = {
"env": {
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"ignorePatterns": [
"build/**/*.js"
],
"rules": {
}
};

5
.npmignore Normal file
View File

@ -0,0 +1,5 @@
.*.swp
# Bundling and packaging
bin/*