mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"globals": {
|
|
__WS_URL__: false
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"func-names": 0,
|
|
"react/sort-comp": 0,
|
|
"react/prop-types": 0
|
|
}
|
|
}
|