dot
This commit is contained in:
parent
296b15345f
commit
0926a42d62
|
@ -0,0 +1,16 @@
|
|||
module.exports = {
|
||||
"env": {
|
||||
"es2021": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 13,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"build/**/*.js"
|
||||
],
|
||||
"rules": {
|
||||
}
|
||||
};
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
.*.swp
|
||||
|
||||
# Bundling and packaging
|
||||
bin/*
|
Loading…
Reference in New Issue