2023-01-05 02:11:17 +03:00
|
|
|
{
|
2023-04-13 20:58:18 +03:00
|
|
|
"files": {
|
|
|
|
"ignore": [
|
2024-05-24 21:46:18 +03:00
|
|
|
".devcontainer/",
|
2023-08-26 01:50:38 +03:00
|
|
|
".pnp.cjs",
|
|
|
|
".pnp.loader.mjs",
|
2024-05-24 21:46:18 +03:00
|
|
|
".swcrc",
|
|
|
|
".turbo",
|
2024-05-24 22:53:24 +03:00
|
|
|
".vscode",
|
|
|
|
".yarn",
|
2023-08-26 01:50:38 +03:00
|
|
|
"api-extractor.json",
|
2024-05-24 21:46:18 +03:00
|
|
|
"build",
|
|
|
|
"dist",
|
|
|
|
"docs",
|
|
|
|
"lib",
|
|
|
|
"package.json",
|
|
|
|
"storybook-static",
|
|
|
|
"tsconfig.cjs.json",
|
2024-06-24 22:20:00 +03:00
|
|
|
"tsconfig.esm.json",
|
|
|
|
"vite.config.ts.timestamp*"
|
2023-04-13 20:58:18 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"organizeImports": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"linter": {
|
|
|
|
"enabled": true,
|
|
|
|
"rules": {
|
|
|
|
"recommended": true,
|
2024-05-24 21:46:18 +03:00
|
|
|
"complexity": {
|
|
|
|
"useLiteralKeys": "off",
|
|
|
|
"noForEach": "off",
|
|
|
|
"useArrowFunction": "off"
|
|
|
|
},
|
2023-04-13 20:58:18 +03:00
|
|
|
"suspicious": {
|
|
|
|
"noExplicitAny": "off"
|
2024-05-24 21:46:18 +03:00
|
|
|
},
|
|
|
|
"style": {
|
|
|
|
"noUselessElse": "off",
|
|
|
|
"useNodejsImportProtocol": "off"
|
2023-04-13 20:58:18 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"javascript": {
|
|
|
|
"formatter": {
|
|
|
|
"semicolons": "asNeeded",
|
|
|
|
"quoteStyle": "single",
|
2024-06-24 21:41:28 +03:00
|
|
|
"trailingCommas": "all"
|
2023-04-13 20:58:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"formatter": {
|
2024-05-24 22:53:24 +03:00
|
|
|
"indentStyle": "tab"
|
2023-04-13 20:58:18 +03:00
|
|
|
}
|
|
|
|
}
|