mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
4a58f06c13
Summary: Updated linters, include typings in `package.json` and removed bun from the clean commands. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D54493859 fbshipit-source-id: eb28d208de722c90916b14f56d5a8e847bb3d859
7 lines
83 B
JSON
7 lines
83 B
JSON
{
|
|
"ignorePatterns": ["dist/**"],
|
|
"rules": {
|
|
"sort-keys": 2
|
|
}
|
|
}
|