mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 18:43:50 +00:00
Remove stylelint
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": [
|
|
||||||
"@shlinkio/stylelint-config-css-coding-standard"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
3469
package-lock.json
generated
3469
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -7,12 +7,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "node --run lint:css && node --run lint:js",
|
"lint": "eslint src test config/test",
|
||||||
"lint:css": "stylelint src/*.scss src/**/*.scss",
|
"lint:fix": "node --run lint:js -- --fix",
|
||||||
"lint:js": "eslint src test config/test",
|
|
||||||
"lint:fix": "node --run lint:css:fix && node --run lint:js:fix",
|
|
||||||
"lint:css:fix": "node --run lint:css -- --fix",
|
|
||||||
"lint:js:fix": "node --run lint:js -- --fix",
|
|
||||||
"types": "tsc",
|
"types": "tsc",
|
||||||
"start": "vite serve --host=0.0.0.0",
|
"start": "vite serve --host=0.0.0.0",
|
||||||
"preview": "vite preview --host=0.0.0.0",
|
"preview": "vite preview --host=0.0.0.0",
|
||||||
@@ -57,7 +53,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@shlinkio/eslint-config-js-coding-standard": "~3.4.0",
|
"@shlinkio/eslint-config-js-coding-standard": "~3.4.0",
|
||||||
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
|
|
||||||
"@stylistic/eslint-plugin": "^4.2.0",
|
"@stylistic/eslint-plugin": "^4.2.0",
|
||||||
"@testing-library/jest-dom": "^6.6.3",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/react": "^16.2.0",
|
"@testing-library/react": "^16.2.0",
|
||||||
@@ -80,7 +75,6 @@
|
|||||||
"history": "^5.3.0",
|
"history": "^5.3.0",
|
||||||
"jsdom": "^26.0.0",
|
"jsdom": "^26.0.0",
|
||||||
"sass": "^1.85.1",
|
"sass": "^1.85.1",
|
||||||
"stylelint": "^15.11.0",
|
|
||||||
"typescript": "^5.8.2",
|
"typescript": "^5.8.2",
|
||||||
"typescript-eslint": "^8.26.1",
|
"typescript-eslint": "^8.26.1",
|
||||||
"vite": "^6.2.2",
|
"vite": "^6.2.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user