ui_migration style(fix) Add less configuration for lint

This commit is contained in:
Antonio Anaya 2026-05-07 04:41:02 -06:00
parent 72345622e5
commit 359558f012
3 changed files with 73 additions and 1 deletions

View file

@ -38,6 +38,7 @@
"prettier": "^3.2.8",
"stylelint": "^17.11.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-less": "^4.1.0",
"typescript-eslint": "^8.59.0",
"vite": "^7.3.1"
},
@ -1644,6 +1645,13 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@types/css-tree": {
"version": "2.3.11",
"resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.11.tgz",
"integrity": "sha512-aEokibJOI77uIlqoBOkVbaQGC9zII0A+JH1kcTNKW2CwyYWD8KM6qdo+4c77wD3wZOQfJuNWAr9M4hdk+YhDIg==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/estree": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
@ -5316,6 +5324,26 @@
"stylelint": "^17.0.0"
}
},
"node_modules/stylelint-config-recommended-less": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-less/-/stylelint-config-recommended-less-4.2.1.tgz",
"integrity": "sha512-OYq8xWTMoXFyZ91vzYDGpkgWafSkSXxXV0b1tVZRGwOpbfb+6SeN+KnFa/LivoRBzfAGMmr3OVQX2h/ArG8WNg==",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss-less": "^6",
"stylelint-config-recommended": "^18.0.0",
"stylelint-less": "^4.2.1"
},
"peerDependencies": {
"stylelint": "^17"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
}
}
},
"node_modules/stylelint-config-standard": {
"version": "40.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz",
@ -5342,6 +5370,42 @@
"stylelint": "^17.0.0"
}
},
"node_modules/stylelint-config-standard-less": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard-less/-/stylelint-config-standard-less-4.1.0.tgz",
"integrity": "sha512-20Ol4m1rTescEkkoNO9+AyAF/P0LsFfZ+B2pkHlL/efEBfr1FAOGuOlZO8no32KE/63S915O1W5kQoA9S9kZCg==",
"dev": true,
"license": "MIT",
"dependencies": {
"stylelint-config-recommended-less": "^4.2.0",
"stylelint-config-standard": "^40.0.0"
},
"peerDependencies": {
"postcss": "^8",
"stylelint": "^17"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
}
}
},
"node_modules/stylelint-less": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/stylelint-less/-/stylelint-less-4.2.1.tgz",
"integrity": "sha512-FREYAwwm5cTAeCGmAJlq1228tEi62puMxM4IughUMVifIIUac7Mu03u410/S5QYCwA7L2l9HjiRyh4TQKkFhcA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/css-tree": "^2.3.11",
"css-tree": "^3.2.1",
"postcss-value-parser": "4.2.0"
},
"peerDependencies": {
"postcss": "^8",
"stylelint": "^17"
}
},
"node_modules/stylelint/node_modules/@csstools/selector-resolve-nested": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-4.0.0.tgz",