fis3-lint-standard
a js linter plugin of fis3 based on standard.
install
npm install --global fis3-lint-standard
usage
// fis-conf.js
fis.match('*.js', {
lint: fis.plugin('standard'),
})
options
no options
links
-
fis3: http://fis.baidu.com/
-
standard: https://github.com/standard/standard
license
MIT © fisker Cheung