Skip to content

Commit

Permalink
Remove BEM linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranhall committed Mar 25, 2024
1 parent 9ab1923 commit ec67794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 1 addition & 6 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
module.exports = {
extends: ["stylelint-config-standard"],
plugins: ["stylelint-selector-bem-pattern"],
rules: {
"plugin/selector-bem-pattern": {
preset: "bem",
},
},
rules: {},
};
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,17 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"version": "1.0.1",
"version": "1.0.2",
"devDependencies": {
"@dusk-network/eslint-config": "3.2.0",
"@dusk-network/prettier-config": "1.1.0",
"eslint": "8.57.0",
"prettier": "3.2.5",
"stylelint": "16.3.0",
"stylelint-config-standard": "36.0.0",
"stylelint-selector-bem-pattern": "4.0.0"
"stylelint-config-standard": "36.0.0"
},
"peerDependencies": {
"stylelint": ">=16.3.0",
"stylelint-config-standard": ">=36.0.0",
"stylelint-selector-bem-pattern": ">=4.0.0"
"stylelint-config-standard": ">=36.0.0"
}
}

0 comments on commit ec67794

Please sign in to comment.