{ "rules": { "no-underscore-dangle": ["error", { "allow": ["_address", "_owner", "_spender", "_value"] }], "no-undef": "off" } }