1
Fork 0

Compare commits

..

No commits in common. "119bec7146804f16360e2a622acb30544d698657" and "13ab463d95e096c292a1eee012d0f1b24c3c4ae7" have entirely different histories.

4 changed files with 0 additions and 11 deletions

View File

@ -2,14 +2,6 @@
> **Miscellaneous shareable configuration files.** > **Miscellaneous shareable configuration files.**
* [ESLint][eslint-config]
* [Prettier][prettier-config]
* [Stylelint][stylelint-config]
## License ## 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. 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,7 +3,6 @@
"description": "Shareable ESLint configuration.", "description": "Shareable ESLint configuration.",
"version": "0.1.0", "version": "0.1.0",
"license": "Unlicense", "license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module", "type": "module",
"main": "eslint.json", "main": "eslint.json",
"publishConfig": { "publishConfig": {

View File

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

View File

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