Skip to content

Commit

Permalink
Runtime lint readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Jan 16, 2017
1 parent a4146c1 commit 960c604
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions runtime-lint/README.md
@@ -0,0 +1,13 @@
# Runtime linter

Runtime linter can be used for runtime check templates and BEMJSON.

List of checks:

- boolean value in attributes (recomend to use string value)
- mods for elem
- changes or additons in `this.ctx.mods`
- class in `attrs` (recomend use `cls`)
- `data-bem` attribute in `attrs` (recomend use `js`)
- mix the same mod of elemMod (warning about useless operation)
- wrong naming (elem delimeter in block names or mod delimeter in mod name and etc)

0 comments on commit 960c604

Please sign in to comment.