d6941392e0
* fix: ensure poster works as expected and add it to the sample * chore: drop audioOnly property as not implemented on any platform * fix(ios): do not save pause state before seeking * fix(ts): onPlaybackRateChangeData was not correctly typed
17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
{
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": [
|
|
"@react-native",
|
|
"eslint:recommended",
|
|
"plugin:react/recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"rules": {
|
|
"no-trailing-spaces": 1
|
|
},
|
|
"parserOptions": {
|
|
"requireConfigFile": false
|
|
}
|
|
}
|