Skip to content

Commit 1b8f4bf

Browse files
committed
docs: update contributing guidelines and package descriptions
1 parent 669a8af commit 1b8f4bf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Before submitting your contribution though, please make sure to take a moment an
5858

5959
### Packages Overview
6060

61+
#### Local Packages
62+
63+
- `.pkgs/configs`: Local config bases for use in the workspace.
64+
- `.pkgs/eslint-plugin-local`: Local ESLint plugin for use in the workspace.
65+
6166
#### Internal Packages
6267

6368
##### Utility Modules

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@local/configs",
33
"version": "0.0.0",
44
"private": true,
5-
"description": "Local configuration files",
5+
"description": "Local config bases for use in the workspace",
66
"sideEffects": false,
77
"exports": {
88
"./tsconfig.base.json": "./tsconfig.base.json",

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@local/eslint-plugin-local",
33
"version": "0.0.0",
44
"private": true,
5-
"description": "Local ESLint pluginf for use in the workspace",
5+
"description": "Local ESLint plugin for use in the workspace",
66
"sideEffects": false,
77
"type": "module",
88
"exports": {

0 commit comments

Comments
 (0)