feat!: module & commonjs in stylelint

BREAKING CHANGE: support module, and commonjs types
This commit is contained in:
Ismo Vuorinen
2024-08-21 17:35:13 +03:00
parent ce9de621f6
commit e4aed31ef9
7 changed files with 28 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
{
"extends": [
"@ivuorinen/stylelint-config/css"
]
}
"extends": ["@ivuorinen/stylelint-config/css"]
}