UNPKG

dx-mgn-pool

Version:

Smart contracts and migration scripts for the MGN-pool for trading at the dutch-Exchange

12 lines 427 B
{ "extends": "default", "rules": { "indent": ["error", 4], "quotes": ["error", "double"], "max-line-length": ["error", 129], "function-max-lines": ["error", 55], "max-states-count": ["error", 18], "compiler-fixed": true, "no-simple-event-func-name": true } }