mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
* better state visibility * pure state changes * state debug panel (show: crtl-h, move: ctrl-w)
18 lines
337 B
Plaintext
18 lines
337 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-param-reassign": 0,
|
|
"object-curly-spacing": 0,
|
|
"react/jsx-closing-bracket-location": 0,
|
|
"react/prefer-stateless-function": 0,
|
|
"react/sort-comp": 0,
|
|
"react/prop-types": 0
|
|
}
|
|
}
|