Skip to content

Commit

Permalink
chore: switch to alwatr prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 21, 2023
1 parent be2f48e commit 4426288
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"workspaces": [
"packages/*"
],
"prettier": "@alwatr/prettier-config",
"scripts": {
"b": "yarn run build",
"c": "yarn run clean",
Expand Down
7 changes: 4 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"bugs": {
"url": "https://github.com/Alwatr/nanolib/issues"
},
"prettier": "@alwatr/prettier-config",
"dependencies": {
"esbuild": "^0.19.10"
},
"devDependencies": {
"@alwatr/tsconfig-base": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.15.0",
Expand All @@ -38,9 +42,6 @@
"eslint-plugin-import": "^2.29.1",
"typescript": "^5.3.3"
},
"dependencies": {
"esbuild": "^0.19.10"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">6.0.0",
"@typescript-eslint/parser": ">6.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/flat-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"bugs": {
"url": "https://github.com/Alwatr/nanolib/issues"
},
"prettier": "@alwatr/prettier-config",
"scripts": {
"b": "yarn run build",
"w": "yarn run watch",
Expand Down
1 change: 1 addition & 0 deletions packages/nano-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"bugs": {
"url": "https://github.com/Alwatr/nanolib/issues"
},
"prettier": "@alwatr/prettier-config",
"dependencies": {
"esbuild": "^0.19.10"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/tsconfig-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/tsconfig-base#readme",
"bugs": {
"url": "https://github.com/Alwatr/nanolib/issues"
}
},
"prettier": "@alwatr/prettier-config"
}

0 comments on commit 4426288

Please sign in to comment.