Remove irrelevant override

This commit is contained in:
Simon Warta
2020-01-30 07:36:44 +01:00
parent 3fbd1288fe
commit f692efc910
-6
View File
@@ -50,12 +50,6 @@
"rules": {
"@typescript-eslint/camelcase": ["error", { "properties": "never" }]
}
},
{
"files": "packages/{iov-bns,iov-tendermint-rpc}/**/*.ts",
"rules": {
"@typescript-eslint/camelcase": ["error", { "allow": ["v0_[0-9]+"] }]
}
}
]
}