Skip to content

Commit

Permalink
feat: add eslint, prettier and editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrdam committed Jun 26, 2024
1 parent 4680e1d commit f9a3b18
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
extends: ['eslint:recommended', 'prettier'],
root: true,
parserOptions: {
"ecmaVersion": "2017"
"ecmaVersion": "2020"
},
env: {
node: true,
Expand Down
65 changes: 33 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"devDependencies": {
"chai": "^4.3.7",
"delete": "^1.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"ftp-srv": "^4.6.2",
"mocha": "^9.1.3",
"prettier": "^3.1.1"
"prettier": "^3.2.4"
},
"keywords": [
"ftp",
Expand Down

0 comments on commit f9a3b18

Please sign in to comment.