mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:23:24 +00:00
fix lint
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
|
||||
/** @type { PrettierConfig | SortImportsConfig } */
|
||||
const config = {
|
||||
plugins: [
|
||||
"@ianvs/prettier-plugin-sort-imports",
|
||||
],
|
||||
plugins: ["@ianvs/prettier-plugin-sort-imports"],
|
||||
importOrder: [
|
||||
"<TYPES>",
|
||||
"^(react/(.*)$)|^(react$)|^(react-native(.*)$)",
|
||||
@@ -22,6 +20,7 @@ const config = {
|
||||
],
|
||||
importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"],
|
||||
importOrderTypeScriptVersion: "4.4.0",
|
||||
ignorePatterns: ["tamagui-web.css"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Reference in New Issue
Block a user