Skip to content

Commit

Permalink
chore: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Dec 15, 2023
1 parent df64298 commit a39340d
Show file tree
Hide file tree
Showing 8 changed files with 672 additions and 606 deletions.
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc.cjs

This file was deleted.

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

node ./node_modules/@deot/dev/commitlint --edit $1
./node_modules/.bin/dd-commitlint --edit $1
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"{packages,scripts}/**/*.{js,ts,jsx,tsx,md}": [
"esw --ext '.js,.ts,.jsx,.tsx,.md' --fix"
"**/*.{js,ts,jsx,tsx,md}": [
"eslint --fix"
]
}
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { configure } from '@deot/dev-eslint';

export default configure();
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"prepare": "husky install",
"init": "npx pnpm install",
"init:force": "rm -rf ./node_modules pnpm-lock.yaml ./packages/*/node_modules && npm run init",
"lint": "esw packages --ext .js,.ts,.jsx,.tsx,.md --color",
"lint": "eslint . --color",
"lint:fix": "npm run lint -- --fix",
"lint:watch": "npm run lint -- --watch --fix",
"link": "ddc link",
"dev": "ddc dev",
"build": "ddc build --script-formats=es,cjs,umd,iife",
Expand Down Expand Up @@ -41,6 +40,6 @@
},
"homepage": "https://github.com/deot/helper#readme",
"devDependencies": {
"@deot/dev": "^2.7.0"
"@deot/dev": "^2.8.6"
}
}
Loading

0 comments on commit a39340d

Please sign in to comment.