mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
eb4ac0000b
This component is fully backwards compatible with the original React ListView, but is compatible with Realm Results and List objects to use their snapshot functionality along with more efficiently checking if each row should update.
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"es6": true
|
|
},
|
|
"ecmaFeatures": {
|
|
"forOf": false,
|
|
"jsx": true
|
|
},
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
"rules": {
|
|
"react/jsx-no-duplicate-props": 2,
|
|
"react/jsx-no-undef": 2,
|
|
"react/jsx-uses-react": 2,
|
|
"react/no-direct-mutation-state": 1,
|
|
"react/prefer-es6-class": 1,
|
|
"react/react-in-jsx-scope": 2
|
|
}
|
|
}
|