Skip to content

Commit

Permalink
chore: bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 12, 2024
1 parent 43b595b commit 1c0d708
Show file tree
Hide file tree
Showing 7 changed files with 1,380 additions and 1,659 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run test

echo "\npublint:"
Expand Down
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import pegasus from 'eslint-config-pegasus'
import eslintPlugin from 'eslint-plugin-eslint-plugin'

export default [
eslintPlugin.configs['flat/recommended'],
pegasus.configs.default,
pegasus.configs.node,
]
Loading

0 comments on commit 1c0d708

Please sign in to comment.