mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-1039 apply member delimiter style and autofix (#3281)
This commit is contained in:
@@ -148,7 +148,8 @@ module.exports = {
|
||||
"@typescript-eslint/consistent-type-imports": ["error", {
|
||||
fixStyle: "separate-type-imports"
|
||||
}],
|
||||
"import/consistent-type-specifier-style": ["error", "prefer-top-level"]
|
||||
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
|
||||
"@stylistic/member-delimiter-style": "error"
|
||||
},
|
||||
ignorePatterns: ["!.detoxrc.js", "/coverage/*", "/vendor/*", "**/flow-typed"],
|
||||
settings: {
|
||||
@@ -168,7 +169,8 @@ module.exports = {
|
||||
"@typescript-eslint/no-wrapper-object-types": "off",
|
||||
"@typescript-eslint/no-require-imports": "off",
|
||||
"@typescript-eslint/consistent-type-imports": "off",
|
||||
"import/consistent-type-specifier-style": "off"
|
||||
"import/consistent-type-specifier-style": "off",
|
||||
"@stylistic/member-delimiter-style": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user