mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"plugins": [
|
|
"react", "standard"
|
|
],
|
|
"extends": ["standard", "standard-react"]
|
|
}
|