Skip to content

Commit

Permalink
fix: formating and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Mar 28, 2024
1 parent 900a33d commit ea0a1b5
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "teaclient-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"preview": "astro preview",
"build": "astro build",
"astro": "astro",
"lint": "biome check --apply . && bun lint:css --fix",
"lint:css": "stylelint 'src/styles/**/*.css'",
"fmt": "biome format . --write",
"biome": "bunx @biomejs/biome",
"check": "biome check . && bun lint:css && bun astro check",
"postinstall": "husky install"
},
"trustedDependencies": ["sharp"],
"stylelint": {
"extends": "stylelint-config-standard",
"plugins": ["stylelint-scss"],
"customSyntax": "postcss-scss",
"rules": {
"at-rule-no-unknown": null,
"selector-class-pattern": null,
"scss/at-rule-no-unknown": true,
"custom-property-pattern": null
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.3.1",
"astro-meta-tags": "^0.2.1",
"astro-seo": "^0.8.0",
"axios": "^1.6.5",
"sass": "^1.71.1",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@biomejs/biome": "^1.5.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.8.3",
"astro": "^4.2.3",
"husky": "^9.0.11",
"postcss-scss": "^4.0.9",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.2.1",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
"name": "teaclient-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"preview": "astro preview",
"build": "astro build",
"astro": "astro",
"lint": "biome check --apply . && bun lint:css --fix",
"lint:css": "stylelint 'src/styles/**/*.css'",
"fmt": "biome format . --write",
"biome": "bunx @biomejs/biome",
"check": "biome check . && bun lint:css && bun astro check",
"postinstall": "husky install"
},
"trustedDependencies": ["sharp"],
"stylelint": {
"extends": "stylelint-config-standard",
"plugins": ["stylelint-scss"],
"customSyntax": "postcss-scss",
"rules": {
"at-rule-no-unknown": null,
"selector-class-pattern": null,
"scss/at-rule-no-unknown": true,
"custom-property-pattern": null
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.3.1",
"astro-meta-tags": "^0.2.1",
"astro-seo": "^0.8.0",
"axios": "^1.6.5",
"sass": "^1.71.1",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@biomejs/biome": "^1.5.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.8.3",
"astro": "^4.2.3",
"husky": "^9.0.11",
"postcss-scss": "^4.0.9",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.2.1",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}

0 comments on commit ea0a1b5

Please sign in to comment.