bemhint-plugins-redundant-techs
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
module.exports.forEntityTech = function (tech, techsConfig, entity) { | ||
exports.forEachTech = function (tech, entity) { | ||
entity.addError({ | ||
@@ -3,0 +3,0 @@ msg: 'Redundand tech', |
{ | ||
"name": "bemhint-plugins-redundant-techs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check file system BEM-enteties", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,15 +5,15 @@ # [Bem hint](https://github.com/bem/bemhint) plugin for finding redundant techs | ||
```json | ||
{ | ||
"levels": [ | ||
```js | ||
module.exports = { | ||
levels: [ | ||
"*.blocks" | ||
], | ||
"excludePaths": [ | ||
excludePaths: [ | ||
"node_modueles/**" | ||
], | ||
"plugins": { | ||
"bemhint-plugin-redundant-techs": { | ||
"techs": { | ||
plugins: { | ||
"bemhint-plugins-redundant-techs": { | ||
techs: { | ||
"styl|deps.js": true | ||
@@ -23,3 +23,3 @@ } | ||
} | ||
} | ||
}; | ||
``` |
Sorry, the diff of this file is not supported yet
851