mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
module.exports = {
|
|
extends: '@it-incubator/stylelint-config',
|
|
rules: {
|
|
'value-keyword-case': null,
|
|
}
|
|
} |