mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"ecmaVersion": 8,
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"jsx": true,
|
|
"modules": true
|
|
}
|
|
},
|
|
"plugins": [
|
|
"react", "standard"
|
|
],
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
"extends": ["standard", "standard-react"]
|
|
}
|