Skip to content

Commit

Permalink
📝 docs(all): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alejomalia authored and alejomalia committed Sep 18, 2024
1 parent 0d5fb37 commit 4194ce8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To start using SmartPlant, follow these steps:
1. **Import the Library**

```
const SmartPlant = require('smartplant');
import SmartPlant from 'smartplant'
```
2. **Create an Instance and Configure**
Expand Down
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"cz-customizable": "7.2.1",
"cz-emoji": "1.3.2-canary.2",
"eslint": "8.57.0",
"git-cz": "4.9.0",
"eslint-plugin-align-assignments": "1.1.2",
"eslint-plugin-align-import": "1.0.0",
"eslint-plugin-canonical": "5.0.0",
Expand All @@ -81,5 +82,35 @@
"eslint-plugin-yaml": "0.5.0",
"typescript": "5.6.2",
"vite": "^5.4.4"
},
"commitlint": {
"extends": [
"gitmoji"
],
"rules": {
"header-max-length": [
0,
"always",
100
]
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".dev/cz-config.cjs"
}
},
"extra": {
"scopes": [
{
"name": "core"
},
{
"name": "all"
}
]
}
}
9 changes: 9 additions & 0 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 4194ce8

Please sign in to comment.