stylelint-bem-no-element-nesting
Version:
Warns or errors when using nesting elements using the BEM methodology
30 lines (29 loc) • 792 B
JSON
{
"name": "stylelint-bem-no-element-nesting",
"version": "1.0.6",
"description": "Warns or errors when using nesting elements using the BEM methodology",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronbushnell/stylelint-bem-no-element-nesting.git"
},
"keywords": [
"stylelint-rule",
"stylelint",
"css"
],
"author": "Aaron Bushnell",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronbushnell/stylelint-bem-no-element-nesting/issues"
},
"homepage": "https://github.com/aaronbushnell/stylelint-bem-no-element-nesting#readme",
"dependencies": {
"style-search": "^0.1.0",
"stylelint": "^7.0.0"
},
"devDependencies": {
"stylelint-test-rule-tape": "^0.2.0"
}
}