Remove deprecated stylelint rules which are handled by prettier (#24767)
This commit is contained in:
parent
5ae88eb30b
commit
2bfa2edd60
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
module.exports = {
|
||||
...require("matrix-react-sdk/.stylelintrc.js"),
|
||||
extends: ["stylelint-config-standard", "stylelint-config-prettier"],
|
||||
extends: ["stylelint-config-standard"],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue