react-native/packages/core-cli-utils/.eslintrc.json
Blake Friedman 4a58f06c13 Fast follows from RFC-0759 cli feedback
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
2024-03-19 05:29:34 -07:00

7 lines
83 B
JSON

{
"ignorePatterns": ["dist/**"],
"rules": {
"sort-keys": 2
}
}