Skip to content

Commit

Permalink
Docs: about js
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni authored Dec 6, 2016
1 parent f3660f8 commit f8610fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ Built-in rendering behavior is used by default, even if the user didn’t add te
That is more than half of the work ;) You will add the salt (couple of templates for tags) and the HTML-soup is very tasty!


### Written in JavaScript, so the entire JavaScript infrastructure is available for checking code quality and conforming to best practices
### No DSL, only JavaScript

Written in JavaScript, so the entire JavaScript infrastructure is available for checking code quality and conforming to best practices.

Since templates is a regular JavaScript code you can use precommit hooks, automatic syntax validator from your editor and tools like JSHint/ESLint.

Expand Down

0 comments on commit f8610fb

Please sign in to comment.