File tree Expand file tree Collapse file tree
config/stylelint-config-carbon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ export default {
1313 'stylelint-no-unsupported-browser-features' ,
1414 'stylelint-config-idiomatic-order' ,
1515 'stylelint-config-standard-scss' ,
16- './rules/possible-errors' ,
17- './rules/limit-language-features' ,
18- './rules/stylistic-issues' ,
19- './plugins/a11y' ,
20- './plugins/scss' ,
16+ './rules/possible-errors.js ' ,
17+ './rules/limit-language-features.js ' ,
18+ './rules/stylistic-issues.js ' ,
19+ './plugins/a11y.js ' ,
20+ './plugins/scss.js ' ,
2121 ] ,
2222} ;
Original file line number Diff line number Diff line change 2525 "provenance" : true
2626 },
2727 "peerDependencies" : {
28- "stylelint" : " ^16 .0.0"
28+ "stylelint" : " ^17 .0.0"
2929 },
3030 "dependencies" : {
31- "@double-great/stylelint-a11y" : " ^3.0.2 " ,
31+ "@double-great/stylelint-a11y" : " ^3.4.10 " ,
3232 "stylelint-config-idiomatic-order" : " ^10.0.0" ,
3333 "stylelint-config-prettier" : " ^9.0.3" ,
3434 "stylelint-config-standard" : " ^36.0.0" ,
4141 },
4242 "devDependencies" : {
4343 "prettier" : " ^3.3.3" ,
44- "stylelint" : " ^16 .0.0"
44+ "stylelint" : " ^17 .0.0"
4545 }
4646}
Original file line number Diff line number Diff line change 8787 "react" : " ^19.2.3" ,
8888 "react-dom" : " ^19.2.3" ,
8989 "rimraf" : " ^6.0.1" ,
90- "stylelint" : " ^16 .0.0" ,
90+ "stylelint" : " ^17 .0.0" ,
9191 "typescript-eslint" : " ^8.34.0"
9292 },
9393 "commitlint" : {
155155 },
156156 "stylelint" : {
157157 "extends" : [
158- " ./config/stylelint-config-carbon"
158+ " ./config/stylelint-config-carbon/index.js "
159159 ]
160160 },
161161 "packageManager" : " yarn@4.10.3"
Original file line number Diff line number Diff line change 113113 "typings" : " es/index.d.ts" ,
114114 "stylelint" : {
115115 "extends" : [
116- " ../../config/stylelint-config-carbon"
116+ " ../../config/stylelint-config-carbon/index.js "
117117 ],
118118 "overrides" : [
119119 {
You can’t perform that action at this time.
0 commit comments