Skip to content

Commit

Permalink
chore: update pacakge name
Browse files Browse the repository at this point in the history
  • Loading branch information
benny123tw committed Aug 1, 2023
1 parent 5445337 commit 7bfb6de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('@rushstack/eslint-patch/modern-module-resolution')
const prettierRules = require('@benny/prettier-config')
const prettierRules = require('@benny123tw/prettier-config')

/** @type {import('eslint').ESLint.ConfigData} */
const config = {
Expand Down
9 changes: 5 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@benny/eslint-config",
"name": "@benny123tw/eslint-config",
"version": "0.0.1",
"description": "ESLint config for Benny personal usage",
"repository": "eslint-config",
"repository": "benny123tw/eslint-config",
"license": "MIT",
"main": "index.cjs",
"exports": {
Expand All @@ -12,21 +12,22 @@
"index.cjs"
],
"dependencies": {
"@benny/prettier-config": "workspace:^",
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint-plugin-vue": "^9.14.1",
"typescript": "^5.1.3"
},
"devDependencies": {
"@benny123tw/prettier-config": "workspace:^",
"@types/eslint": "^8.40.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0"
},
"peerDependencies": {
"eslint": "^8.43.0",
"@benny/prettier-config": "^0.0.1"
"eslint-config-prettier": "^8.9.0",
"@benny123tw/prettier-config": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@benny/prettier-config",
"name": "@benny123tw/prettier-config",
"version": "0.0.1",
"description": "Prettier config for Benny personal usage",
"repository": "eslint-config",
"repository": "benny123tw/eslint-config",
"license": "MIT",
"main": "index.cjs",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bfb6de

Please sign in to comment.