@mediacubeco/prettier-config-fsd 1.2.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("node:module"),r="undefined"!=typeof document?document.currentScript:null;const t={plugins:[e.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:r&&"SCRIPT"===r.tagName.toUpperCase()&&r.src||new URL("index.cjs",document.baseURI).href).resolve("@trivago/prettier-plugin-sort-imports")],importOrderParserPlugins:["typescript","jsx"],importOrder:["^@mediacubeco","^node:","^react","^react-native","^expo","^@react","^@react-native","^@expo","^@(.*)$","<THIRD_PARTY_MODULES>","^~node_modules(.*)$","^~app(.*)$","^~
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("node:module"),r="undefined"!=typeof document?document.currentScript:null;const t={plugins:[e.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:r&&"SCRIPT"===r.tagName.toUpperCase()&&r.src||new URL("index.cjs",document.baseURI).href).resolve("@trivago/prettier-plugin-sort-imports")],importOrderParserPlugins:["typescript","jsx"],importOrder:["^@mediacubeco","^node:","^react","^react-native","^expo","^@react","^@react-native","^@expo","^@(.*)$","<THIRD_PARTY_MODULES>","^~node_modules(.*)$","^~app(.*)$","^~pages(.*)$","^~widgets(.*)$","^~features(.*)$","^~entities(.*)$","^~shared/lib(.*)$","^~shared/ui(.*)$","^~shared/hooks(.*)$","^~shared/utils(.*)$","^~shared/helpers(.*)$","^~shared/constants(.*)$","^~shared/types(.*)$","^~shared/assets(.*)$","^~shared(.*)$","^../../../../../","^../../../../","^../../../","^../../","^../","^.+/*(components)$","^.+/*(hooks)$","^.+/*(utils)$","^.+/*(constants)$","^.+/*(context.*)$","^.+/*(provider.*)$","^.+/*(manager.*)$","^.+/*(components.*)$","^.+/*(hooks.*)$","^.+/*(styles.*)$","^.+/*(utils.*)$","^.+/*(constants.*)$","^.+/*(types.*)$","./","^[./]"],importOrderSeparation:!1,importOrderSortSpecifiers:!0,importOrderCaseInsensitive:!0,importOrderGroupNamespaceSpecifiers:!0};exports.default=t;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{createRequire as e}from"node:module";const r={plugins:[e(import.meta.url).resolve("@trivago/prettier-plugin-sort-imports")],importOrderParserPlugins:["typescript","jsx"],importOrder:["^@mediacubeco","^node:","^react","^react-native","^expo","^@react","^@react-native","^@expo","^@(.*)$","<THIRD_PARTY_MODULES>","^~node_modules(.*)$","^~app(.*)$","^~
|
|
1
|
+
import{createRequire as e}from"node:module";const r={plugins:[e(import.meta.url).resolve("@trivago/prettier-plugin-sort-imports")],importOrderParserPlugins:["typescript","jsx"],importOrder:["^@mediacubeco","^node:","^react","^react-native","^expo","^@react","^@react-native","^@expo","^@(.*)$","<THIRD_PARTY_MODULES>","^~node_modules(.*)$","^~app(.*)$","^~pages(.*)$","^~widgets(.*)$","^~features(.*)$","^~entities(.*)$","^~shared/lib(.*)$","^~shared/ui(.*)$","^~shared/hooks(.*)$","^~shared/utils(.*)$","^~shared/helpers(.*)$","^~shared/constants(.*)$","^~shared/types(.*)$","^~shared/assets(.*)$","^~shared(.*)$","^../../../../../","^../../../../","^../../../","^../../","^../","^.+/*(components)$","^.+/*(hooks)$","^.+/*(utils)$","^.+/*(constants)$","^.+/*(context.*)$","^.+/*(provider.*)$","^.+/*(manager.*)$","^.+/*(components.*)$","^.+/*(hooks.*)$","^.+/*(styles.*)$","^.+/*(utils.*)$","^.+/*(constants.*)$","^.+/*(types.*)$","./","^[./]"],importOrderSeparation:!1,importOrderSortSpecifiers:!0,importOrderCaseInsensitive:!0,importOrderGroupNamespaceSpecifiers:!0};export{r as default};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"name": "@mediacubeco/prettier-config-fsd",
|
|
5
5
|
"description": "Prettier config FSD by Mediacube developers",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"eslint": "^9.39.1",
|
|
24
24
|
"prettier": "^3.8.1",
|
|
25
|
-
"typescript": "^
|
|
26
|
-
"@mediacubeco/
|
|
27
|
-
"@mediacubeco/
|
|
25
|
+
"typescript": "^6.0.3",
|
|
26
|
+
"@mediacubeco/eslint-config": "2.0.1",
|
|
27
|
+
"@mediacubeco/typescript-config": "2.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|