mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-01-12 03:34:22 +00:00
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"extends": ["airbnb", "plugin:prettier/recommended"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"jest": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 9
|
|
}
|
|
}
|