2022-12-02 10:47:58 +00:00
|
|
|
{
|
|
|
|
"name": "test-samples",
|
|
|
|
"license": "Unlicense",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-12-02 13:19:10 +00:00
|
|
|
"lint": "xo --extension astro ; xo --extension mdx ; stylelint '**/*.scss'"
|
2022-12-02 10:47:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@bauke/eslint-config": "workspace:*",
|
|
|
|
"@bauke/prettier-config": "workspace:*",
|
|
|
|
"@bauke/stylelint-config": "workspace:*",
|
2024-01-15 12:47:00 +00:00
|
|
|
"stylelint": "^16.1.0",
|
|
|
|
"xo": "^0.56.0"
|
2022-12-02 10:47:58 +00:00
|
|
|
},
|
|
|
|
"prettier": "@bauke/prettier-config",
|
|
|
|
"stylelint": {
|
|
|
|
"extends": "@bauke/stylelint-config"
|
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"extends": "@bauke/eslint-config",
|
2022-12-02 13:19:10 +00:00
|
|
|
"prettier": true,
|
2022-12-02 10:47:58 +00:00
|
|
|
"space": true
|
|
|
|
}
|
|
|
|
}
|