mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
31 lines
679 B
Plaintext
31 lines
679 B
Plaintext
{
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"bracketSpacing": true,
|
|
"explicitTypes": "always",
|
|
"printWidth": 120,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"useTabs": false
|
|
}
|
|
},
|
|
{
|
|
"files": "*.ts",
|
|
"options": {
|
|
"bracketSpacing": true,
|
|
"explicitTypes": "always",
|
|
"newline-before-return": true,
|
|
"no-duplicate-variable": [true, "check-parameters"],
|
|
"no-var-keyword": true,
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false
|
|
}
|
|
}
|
|
]
|
|
} |