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
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", "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",