11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
{
|
|
"extends": "flying-rocket",
|
|
"rules": {
|
|
"indent": ["error", 2],
|
|
"import/prefer-default-export": 0,
|
|
"react/require-default-props": 0,
|
|
"react/forbid-prop-types": 0,
|
|
"react/prop-types": 1
|
|
}
|
|
}
|