nabarun
fc1c8df06b
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) - Disable nitro key sign button if subscribe ID does not exist Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Reviewed-on: cerc-io/testnet-onboarding-app#26
19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["react"],
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"plugin:react/recommended"
|
|
],
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
},
|
|
"rules": {
|
|
"indent": ["error", 2, { "SwitchCase": 1 }],
|
|
"semi": ["error", "always"]
|
|
}
|
|
}
|