1
Fork 0

Compare commits

..

No commits in common. "ad605abe8d99ce011f640a03e6517636c1982e0a" and "20e40118ae3994a14d0546c5f9655af0d293cfab" have entirely different histories.

5 changed files with 4 additions and 9 deletions

View File

@ -32,8 +32,7 @@
{
"enforceForJSX": false
}
],
"no-unused-vars": "off"
]
}
}
],

View File

@ -1,7 +1,7 @@
{
"name": "@bauke/eslint-config",
"description": "Shareable ESLint configuration.",
"version": "0.1.2",
"version": "0.1.1",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",

View File

@ -1,7 +1,7 @@
{
"name": "@bauke/prettier-config",
"description": "Shareable Prettier configuration.",
"version": "0.1.2",
"version": "0.1.1",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",

View File

@ -1,7 +1,7 @@
{
"name": "@bauke/stylelint-config",
"description": "Shareable Stylelint configuration.",
"version": "0.1.2",
"version": "0.1.1",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",

View File

@ -1,5 +1,3 @@
import AstroSample from "./sample.astro";
export const title = "Sample MDX";
export const Header = () => {
@ -16,5 +14,3 @@ export const Header = () => {
- Section 1
- Section 2
<AstroSample />