mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-02-22 15:18:11 +00:00
18 lines
289 B
JSON
18 lines
289 B
JSON
{
|
|
"extends": ["airbnb", "plugin:prettier/recommended"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": ["error", {
|
|
"endOfLine":"auto"
|
|
}]
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"jest": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 9
|
|
}
|
|
}
|