Skip to content

Commit

Permalink
Added "pre-commit" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed May 26, 2023
1 parent 3318ecf commit da685e6
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 1,590 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"rules": {
"import/default": 2,
"import/export": 2,
"import/extensions": "warn",
"import/named": 2,
"import/namespace": 2,
"import/no-unresolved": [2, { "commonjs": true, "amd": true }],
"import/extensions": "warn",
"import/prefer-default-export": "off",
"indent": ["error", "tab"],
"no-console": "off",
"no-continue": "off",
Expand Down
Loading

0 comments on commit da685e6

Please sign in to comment.