mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
chore: add .stylelintrc file
This commit is contained in:
9
erpnext/.stylelintrc
Normal file
9
erpnext/.stylelintrc
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"extends": ["stylelint-config-recommended"],
|
||||||
|
"plugins": ["stylelint-scss"],
|
||||||
|
"rules": {
|
||||||
|
"at-rule-no-unknown": null,
|
||||||
|
"scss/at-rule-no-unknown": true,
|
||||||
|
"no-descending-specificity": null
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user