mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"extends": [
|
|
"oceanprotocol",
|
|
"oceanprotocol/react",
|
|
"plugin:prettier/recommended",
|
|
"prettier/react",
|
|
"prettier/standard"
|
|
],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|