1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 19:45:53 +00:00
discover/.soliumrc.json

22 lines
363 B
JSON
Raw Normal View History

2019-05-27 17:22:45 +02:00
{
"extends": "solium:all",
"plugins": [
"security"
],
"rules": {
"security/no-inline-assembly": "off",
"security/no-assign-params": "off",
"quotes": [
"error",
"double"
],
"indentation": [
"error",
4
],
"arg-overflow": [
"warning",
3
]
}
}