| 1234567891011121314151617 | 
							- {
 
-   "trailingComma": "es5",
 
-   "singleQuote": false,
 
-   "semi": true,
 
-   "printWidth": 85,
 
-   "arrowParens": "avoid",
 
-   "importOrder": [
 
-     "^(react/(.*)$)|^(react$)",
 
-     "^(next/(.*)$)|^(next$)",
 
-     "<THIRD_PARTY_MODULES>",
 
-     "^components/(.*)$",
 
-     "^utils/(.*)$",
 
-     "^assets/(.*)$",
 
-     "^[./]"
 
-   ],
 
-   "importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
 
- }
 
 
  |