stream/.eslintrc

11 lines
216 B
Plaintext
Raw Normal View History

2021-03-05 12:17:51 +00:00
{
"extends": "flying-rocket",
"rules": {
"indent": ["error", 2],
"import/prefer-default-export": 0,
2021-03-29 16:03:46 +00:00
"react/require-default-props": 0,
2021-10-11 11:48:17 +00:00
"react/forbid-prop-types": 0,
"react/prop-types": 1
2021-03-05 12:17:51 +00:00
}
}