feat: Install Prettier

This commit is contained in:
punkfairie 2024-03-03 14:45:05 -08:00
parent f5422a48e9
commit 338263a850
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
4 changed files with 1486 additions and 922 deletions

2
.prettierignore Normal file
View file

@ -0,0 +1,2 @@
archive
dist

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"plugins": ["@shopify/prettier-plugin-liquid"],
"printWidth": 80
}

2400
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -14,10 +14,12 @@
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@ronilaukkarinen/stylelint-a11y": "^1.2.7", "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"@shopify/prettier-plugin-liquid": "^1.4.4",
"@types/alpinejs": "^3.7.1", "@types/alpinejs": "^3.7.1",
"cssnano": "^6.0.1", "cssnano": "^6.0.1",
"postcss": "^8.4.31", "postcss": "^8.4.31",
"postcss-preset-env": "^8.4.2", "postcss-preset-env": "^8.4.2",
"prettier": "^3.2.5",
"stylelint": "^15.6.3", "stylelint": "^15.6.3",
"stylelint-config-recess-order": "^4.0.0", "stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.0.0",