mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-06-22 04:11:26 +10:00
36 lines
684 B
JSON
36 lines
684 B
JSON
{
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"importOrder": [
|
|
".*styles.css$",
|
|
"",
|
|
"dayjs",
|
|
"^react$",
|
|
"^next$",
|
|
"^next/.*$",
|
|
"<BUILTIN_MODULES>",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@mantine/(.*)$",
|
|
"^@mantinex/(.*)$",
|
|
"^@mantine-tests/(.*)$",
|
|
"^@docs/(.*)$",
|
|
"^@/.*$",
|
|
"^../(?!.*\\.css$).*$",
|
|
"^./(?!.*\\.css$).*$",
|
|
"\\.module\\.css$",
|
|
"(?<!\\.module)\\.css$"
|
|
],
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": [
|
|
"*.d.ts",
|
|
"*.mdx",
|
|
"*.md",
|
|
"packages/*/*/styles.css",
|
|
"packages/*/*/styles.layer.css",
|
|
"packages/*/*/styles/*.css",
|
|
"docs/.next",
|
|
"docs/out"
|
|
]
|
|
}
|