1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/.eslintrc

21 lines
410 B
Plaintext
Raw Normal View History

2018-11-07 12:24:53 +01:00
{
"parser": "babel-eslint",
"extends": [
"oceanprotocol",
"oceanprotocol/react",
"plugin:prettier/recommended",
"prettier/react",
"prettier/standard"
],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
},
2019-08-20 11:42:35 +02:00
"env": { "browser": true },
"settings": {
"react": {
"version": "16.8"
}
}
2018-11-07 12:24:53 +01:00
}