Skip to content

Commit

Permalink
fix(readme-and-gitignore): Deploy initial npm (#3)
Browse files Browse the repository at this point in the history
* fix readme

* refactor gitingore
  • Loading branch information
NickOvt authored Jun 11, 2024
1 parent 4811e55 commit d240548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"extends": ["nodemailer", "prettier"],
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2020
}
}
11 changes: 2 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
node_modules
.DS_Store
npm-debug.log
data/
.lev_history
keys/*.pem
keys/*.crt
keys/*.key
test/queuetest
config/production.*
config/development.*
*v8.log
.vscode
.idea

0 comments on commit d240548

Please sign in to comment.