UNPKG

warriorjs-engine

Version:
13 lines (10 loc) 255 B
{ "extends": "airbnb/base", "env": { "mocha": true }, "rules": { "id-length": [2, {"min": 2, "properties": "never", "exceptions": ["n", "x", "y"]}], "space-before-function-paren": [2, {"anonymous": "always", "named": "never"}] } }