mirror of
https://github.com/oceanprotocol/datascience.git
synced 2022-09-23 03:31:37 +02:00
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
|
{
|
||
|
"parser": "babel-eslint",
|
||
|
"extends": [
|
||
|
"oceanprotocol",
|
||
|
"plugin:prettier/recommended",
|
||
|
"prettier/standard"
|
||
|
],
|
||
|
"plugins": ["prettier"],
|
||
|
"rules": {
|
||
|
"prettier/prettier": "error"
|
||
|
}
|
||
|
}
|