mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
23 lines
512 B
Plaintext
23 lines
512 B
Plaintext
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "tsconfig.json"
|
|
},
|
|
"extends": [
|
|
"oceanprotocol",
|
|
"oceanprotocol/react",
|
|
"plugin:prettier/recommended",
|
|
"prettier/react",
|
|
"prettier/standard"
|
|
],
|
|
"plugins": ["@typescript-eslint/tslint", "prettier"],
|
|
"rules": {
|
|
"@typescript-eslint/tslint/config": [
|
|
"warn",
|
|
{
|
|
"lintFile": "./tslint.json"
|
|
}
|
|
]
|
|
}
|
|
}
|