Skip to content

Commit

Permalink
style(ftp): update linting and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 1, 2023
1 parent 6a8e6ed commit 6e7a7c2
Show file tree
Hide file tree
Showing 16 changed files with 13,175 additions and 4,103 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"extends": [ "@tpluscode/eslint-config/js" ],
"env": {
"mocha": true
}
},
"overrides": [{
"files": "**/test/**",
"rules": {
"no-console": "off"
}
}]
}
Loading

0 comments on commit 6e7a7c2

Please sign in to comment.