/
viktorphp
/
front-socket
Обзор
Документация
Войти
/
viktorphp
/
front-socket
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.prettierrc.json
36 строк
811 B
Viktorphp84
feature-profile: fix postcss and tailwind config
08 янв 2025, 19:38
08 янв 2025, 19:38
e388e45
Код
Авторство
О чём код?
{ "semi": true, "jsxSingleQuote": false, "tabWidth": 2, "bracketSpacing": true, "printWidth": 80, "singleQuote": true, "arrowParens": "always", "endOfLine": "lf", "trailingComma": "es5", "bracketSameLine": false, "singleAttributePerLine": false, "plugins": [ "@ianvs/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss" ], "tailwindStylesheet": "./src/app/globals.css", "tailwindConfig": "./tailwind.config.ts", "importOrder": [ "<TYPES>", "", "react", "", "<THIRD_PARTY_MODULES>", "", "^(@shared|@entities|@features|@widgets|@pages|@app)(/.*)$", "", "^(?!.*[.]scss$)[./].*$", ".scss$", "^[.]" ], "importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"], "importOrderTypeScriptVersion": "5.6.2" }