puml2code
Version:
PlantUML to code generator
19 lines (18 loc) • 427 B
JSON
{
"env": {
"mocha": true
},
"plugins": [
"mocha",
"chai-expect"
],
"rules": {
"mocha/no-exclusive-tests": "error",
"chai-expect/missing-assertion": "error",
"chai-expect/terminating-properties": "error",
"no-unused-expressions": "off",
"prefer-arrow-callback": "off",
"func-names": "off",
"no-underscore-dangle": "off"
}
}