UNPKG

code-style-cli

Version:

code style checking when commit for git

23 lines (22 loc) 432 B
module.exports = { "version": "0.0.12-1", "stopCommit": true, "checkRules":{ "htmlcs": { "open": true, "warnIgnored": true }, "csshint": { "open": true, "warnIgnored": false }, "eslint": { "open": true, "warnIgnored": false } }, "ignore": [ "*.json", "fis.config.js" ] };