mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"extends": [
|
|
"oceanprotocol",
|
|
"oceanprotocol/react",
|
|
"plugin:prettier/recommended",
|
|
"prettier/react",
|
|
"prettier/standard"
|
|
],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
},
|
|
"env": { "browser": true },
|
|
"settings": {
|
|
"react": {
|
|
"version": "16.8"
|
|
}
|
|
}
|
|
}
|