1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke 119bec7146
Add links to the packages in the README. 2022-12-02 12:12:26 +01:00
Bauke 9f564fc6fa
Add a link to the repository. 2022-12-02 12:10:14 +01:00
4 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,14 @@
> **Miscellaneous shareable configuration files.**
* [ESLint][eslint-config]
* [Prettier][prettier-config]
* [Stylelint][stylelint-config]
## License
Distributed under the [Unlicense](https://spdx.org/licenses/Unlicense.html) license, see [LICENSE](https://git.bauke.xyz/Bauke/shareable-configs/src/branch/main/LICENSE) for more information.
[eslint-config]: https://git.bauke.xyz/Bauke/shareable-configs/src/branch/main/packages/eslint
[prettier-config]: https://git.bauke.xyz/Bauke/shareable-configs/src/branch/main/packages/prettier
[stylelint-config]: https://git.bauke.xyz/Bauke/shareable-configs/src/branch/main/packages/stylelint

View File

@ -3,6 +3,7 @@
"description": "Shareable ESLint configuration.",
"version": "0.1.0",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
"main": "eslint.json",
"publishConfig": {

View File

@ -3,6 +3,7 @@
"description": "Shareable Prettier configuration.",
"version": "0.1.0",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
"main": "prettier.json",
"publishConfig": {

View File

@ -3,6 +3,7 @@
"description": "Shareable Stylelint configuration.",
"version": "0.1.0",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
"main": "stylelint.json",
"publishConfig": {