mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
/** @type {import("stylelint").Config} */
|
|
export default {
|
|
"extends": ["stylelint-config-standard-scss"]
|
|
};
|