mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Enable @typescript-eslint/prefer-readonly
This commit is contained in:
parent
a2fce05d4e
commit
9d4868ce4c
@ -34,6 +34,7 @@ module.exports = {
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }],
|
||||
"@typescript-eslint/no-use-before-define": "warn",
|
||||
"@typescript-eslint/prefer-readonly": "warn",
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user