mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Summary: We have a million of inline styles in RNTester which causes a lot of noise with the lint bot in PRs. The rule makes sense for the main libraries but for RNTester it usually makes examples easier to read to just use inline styles. Also reduces lint warnings from 357 to 77. Changelog: ---------- [General] [Changed] - Disable no-inline-styles lint rule for RNTester Pull Request resolved: https://github.com/facebook/react-native/pull/23169 Differential Revision: D13838529 Pulled By: cpojer fbshipit-source-id: 474e159e0b0c07bce42878db2b214b8903b49c08
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
{
|
|
"rules": {
|
|
"react-native/no-inline-styles": 0
|
|
}
|
|
}
|