Fix linting issues
Some checks failed
Some checks failed
This commit is contained in:
10
SmartClinicManagementSystem/stylelint.config.mjs
Normal file
10
SmartClinicManagementSystem/stylelint.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import('stylelint').Config} */
|
||||
export default {
|
||||
extends: ["stylelint-config-standard"],
|
||||
rules: {
|
||||
"selector-class-pattern": null,
|
||||
"keyframes-name-pattern": null,
|
||||
"selector-id-pattern": null,
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user