stc-bomdetector
v1.0.0
Published
Detect BOM in files for stc
Readme
stc-bomdetector
Detect and remove BOM in files.
Install
npm install stc-bomdetectorHow to use
var BOMDetector = require('stc-bomdetector');
stc.lint({
BOMDetector: {plugin: BOMDetector, include: [/\.(js|css|html)/, {type: 'tpl'}]}
});