fit-commit-js
Version:
A npm package to validate commits according to community guidelines
18 lines (17 loc) • 320 B
JSON
{
"root": true,
"extends": "airbnb-base",
"rules": {
"space-in-parens": [2, "always"],
"computed-property-spacing": [2, "always"],
"strict": [0, "global"],
"array-bracket-spacing": [2, "always"]
},
"ecmaFeatures": {
"modules": false
},
"env": {
"es6": true,
"node": true
}
}