Skip to content

stcjs/stc-bomdetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'}]}
});

Releases

No releases published

Packages

No packages published