Skip to content

Commit

Permalink
Migrated webpack configuration to TypeScript.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Jul 23, 2024
1 parent 8ccae71 commit 681084d
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 128 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": [
"brackets",
"jsdoc",
"@typescript-eslint"
]
}
3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged && \
npm run test:precommit
Loading

0 comments on commit 681084d

Please sign in to comment.