Skip to content

Commit

Permalink
build: add missing husky package, sort out the eslint packages
Browse files Browse the repository at this point in the history
Update update eslint-config-standard and downgrade eslint/eslint-plugin-promise because they are incompatible with eslint 8.x
  • Loading branch information
XhmikosR authored and Jonathan Ginsburg committed Apr 19, 2022
1 parent 4437021 commit 963269d
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 378 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
@@ -1,3 +1,7 @@
{
"extends": "standard"
"root": true,
"extends": "standard",
"rules": {
"no-var": "off"
}
}

0 comments on commit 963269d

Please sign in to comment.