ocean-subgraph/.eslintrc
mihaisc 4ac408de51
up
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-09-15 12:53:50 +03:00

15 lines
360 B
Plaintext

{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["./tsconfig.json"]
},
"extends": ["oceanprotocol", "plugin:prettier/recommended"],
"plugins": ["@typescript-eslint"],
"rules": {
"no-use-before-define": "off",
"eqeqeq": "off",
"@typescript-eslint/no-use-before-define": "error",
"no-undef": ["warn"]
}
}