Merge pull request #1477 from acelaya-forks/feature/remove-stylelint

Remove stylelint
This commit is contained in:
Alejandro Celaya 2025-03-16 09:47:01 +01:00 committed by GitHub
commit 86bd650213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3482 deletions

View File

@ -1,5 +0,0 @@
{
"extends": [
"@shlinkio/stylelint-config-css-coding-standard"
]
}

3469
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,12 +7,8 @@
"license": "MIT",
"type": "module",
"scripts": {
"lint": "node --run lint:css && node --run lint:js",
"lint:css": "stylelint src/*.scss src/**/*.scss",
"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",
"lint": "eslint src test config/test",
"lint:fix": "node --run lint:js -- --fix",
"types": "tsc",
"start": "vite serve --host=0.0.0.0",
"preview": "vite preview --host=0.0.0.0",
@ -57,7 +53,6 @@
},
"devDependencies": {
"@shlinkio/eslint-config-js-coding-standard": "~3.4.0",
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
"@stylistic/eslint-plugin": "^4.2.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
@ -80,7 +75,6 @@
"history": "^5.3.0",
"jsdom": "^26.0.0",
"sass": "^1.85.1",
"stylelint": "^15.11.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.2",