mirror of
https://github.com/oceanprotocol/status
synced 2024-11-22 01:36:59 +01:00
21 lines
316 B
Plaintext
21 lines
316 B
Plaintext
{
|
|
"extends": [
|
|
"oceanprotocol",
|
|
"oceanprotocol/react",
|
|
"prettier/react",
|
|
"prettier/standard",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"plugins": ["prettier"],
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "16.8"
|
|
}
|
|
}
|
|
}
|