UNPKG

@nfrasser/simple-html-tokenizer

Version:

Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.

19 lines 476 B
{ "rules": { "curly": false, "no-var-keyword": true, "indent": [true, "spaces"], "label-position": true, "no-consecutive-blank-lines": true, "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-inferrable-types": [true], "no-trailing-whitespace": true, "no-unused-expression": true, "semicolon": [true, "always"], "triple-equals": true, "class-name": true, "no-require-imports": true } }