mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Use radix rule from eslint
This commit is contained in:
parent
6e53302d49
commit
bf023748f1
@ -25,6 +25,7 @@ module.exports = {
|
||||
"no-param-reassign": "warn",
|
||||
"no-shadow": "warn",
|
||||
"prefer-const": "warn",
|
||||
"radix": ["warn", "always"],
|
||||
"spaced-comment": ["warn", "always", { line: { markers: ["/ <reference"] } }],
|
||||
"import/no-cycle": "warn",
|
||||
"simple-import-sort/sort": "warn",
|
||||
|
@ -26,6 +26,7 @@
|
||||
"ordered-imports": false,
|
||||
"prefer-const": false,
|
||||
"promise-function-async": true,
|
||||
"radix": false,
|
||||
"typedef": [true, "call-signature"],
|
||||
"variable-name": [true, "check-format", "allow-leading-underscore"]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user