stc-bomdetector

1.0.0 • Public • Published

stc-bomdetector

Detect and remove BOM in files.

Install

npm install stc-bomdetector

How to use

var BOMDetector = require('stc-bomdetector');

stc.lint({
  BOMDetector: {plugin: BOMDetector, include: [/\.(js|css|html)/, {type: 'tpl'}]}
});

/stc-bomdetector/

    Package Sidebar

    Install

    npm i stc-bomdetector

    Weekly Downloads

    3

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • huangxiaolu