bemhint-deps-specification
Version:
Plugin for bemhint which checks *.deps.js to be written by specification
22 lines (16 loc) • 401 B
Markdown
# bemhint-deps-specification
Plugin for [bemhint](https://github.com/bemhint/bemhint) which checks `*.deps.js` to be written by [specification](https://en.bem.info/technology/deps/about/).
## Config example
```js
module.exports = {
levels: [
'*.blocks'
],
excludePaths: [
'node_modueles/**'
],
plugins: {
'bemhint-deps-specification': true
}
}
```