Skip to content

Commit 2a280bb

Browse files
authored
Merge pull request Intellicode#217 from nisalVD/master
Add style-sheet-object-names to README
2 parents 1e6a73d + c62ae1d commit 2a280bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ In order to whitelist all *browser-like* globals, add `react-native/react-native
6464
}
6565
```
6666

67+
To use another stylesheet providers.
68+
69+
```json
70+
settings: {
71+
'react-native/style-sheet-object-names': ['EStyleSheet', 'OtherStyleSheet', 'PStyleSheet']
72+
}
73+
```
74+
6775
Finally, enable all of the rules that you would like to use.
6876

6977
```json

0 commit comments

Comments
 (0)