mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"sortImports": {
|
|
"groups": [
|
|
"side_effect",
|
|
["builtin", "external", "internal", "subpath", "unknown"],
|
|
["parent", "sibling", "index"]
|
|
]
|
|
},
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": ["node_modules/", ".yarn", "codemods/**/tests/fixtures/**"]
|
|
}
|