Skip to content

Commit

Permalink
.stylelintrc -> stylelint.config.cjs - old naming & syntax are outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 30, 2024
1 parent e54385b commit 43b0115
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .stylelintrc

This file was deleted.

15 changes: 15 additions & 0 deletions stylelint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
extends: [
"stylelint-config-recommended-scss",
"stylelint-prettier/recommended",
"prettier"
],
plugins: ["@namics/stylelint-bem"],
rules: {
"plugin/stylelint-bem-namics": {
namespaces: ["dpl-"],
patternPrefixes: [],
helperPrefixes: []
}
}
};

0 comments on commit 43b0115

Please sign in to comment.