Compare commits
2 Commits
13ab463d95
...
119bec7146
Author | SHA1 | Date |
---|---|---|
Bauke | 119bec7146 | |
Bauke | 9f564fc6fa |
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue