@greenberry/linting-config 0.1.57 → 0.1.59
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prettier.config.d.ts","sourceRoot":"","sources":["../src/prettier.config.js"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,sBADW,OAAO,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"prettier.config.d.ts","sourceRoot":"","sources":["../src/prettier.config.js"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,sBADW,OAAO,UAAU,EAAE,MAAM,CA6ClC"}
|
package/dist/prettier.config.js
CHANGED
|
@@ -7,7 +7,10 @@ const config = {
|
|
|
7
7
|
trailingComma: "all",
|
|
8
8
|
tabWidth: 2,
|
|
9
9
|
printWidth: 80,
|
|
10
|
-
plugins: [
|
|
10
|
+
plugins: [
|
|
11
|
+
"@ianvs/prettier-plugin-sort-imports",
|
|
12
|
+
"prettier-plugin-tailwindcss",
|
|
13
|
+
],
|
|
11
14
|
/**
|
|
12
15
|
* Tailwind CSS
|
|
13
16
|
* @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
|
|
@@ -26,7 +29,7 @@ const config = {
|
|
|
26
29
|
"",
|
|
27
30
|
"^(~greenbook)(/.*)$",
|
|
28
31
|
"",
|
|
29
|
-
"^(~utils|~lib|~env|~constants|~middleware|~config|)(/.*)$",
|
|
32
|
+
"^(~utils|~lib|~i18n|~env|~constants|~middleware|~config|)(/.*)$",
|
|
30
33
|
"",
|
|
31
34
|
"^(~templates|~modules|~components|~hooks|~contexts|~assets|~styles)(/.*)$",
|
|
32
35
|
"",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prettier.config.js","sourceRoot":"","sources":["../src/prettier.config.js"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,MAAM,MAAM,GAAG;IACb,WAAW,EAAE,QAAQ;IACrB,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,KAAK;IAClB,IAAI,EAAE,IAAI;IACV,aAAa,EAAE,KAAK;IACpB,QAAQ,EAAE,CAAC;IACX,UAAU,EAAE,EAAE;IACd,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"prettier.config.js","sourceRoot":"","sources":["../src/prettier.config.js"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,MAAM,MAAM,GAAG;IACb,WAAW,EAAE,QAAQ;IACrB,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,KAAK;IAClB,IAAI,EAAE,IAAI;IACV,aAAa,EAAE,KAAK;IACpB,QAAQ,EAAE,CAAC;IACX,UAAU,EAAE,EAAE;IACd,OAAO,EAAE;QACP,qCAAqC;QACrC,6BAA6B;KAC9B;IAED;;;OAGG;IACH,kBAAkB,EAAE,0BAA0B;IAC9C,iBAAiB,EAAE,CAAC,YAAY,CAAC;IAEjC;;;OAGG;IACH,WAAW,EAAE;QACX,mBAAmB;QACnB,uBAAuB;QACvB,0BAA0B;QAC1B,wBAAwB;QACxB,EAAE;QACF,qBAAqB;QACrB,EAAE;QACF,iEAAiE;QACjE,EAAE;QACF,2EAA2E;QAC3E,EAAE;QACF,SAAS;QACT,aAAa;QACb,iBAAiB;QACjB,EAAE;QACF,OAAO;KACR;IACD,wBAAwB,EAAE,CAAC,YAAY,EAAE,KAAK,EAAE,mBAAmB,CAAC;IACpE,4BAA4B,EAAE,OAAO;CACtC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenberry/linting-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.59",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
26
|
-
"@next/eslint-plugin-next": "^15.
|
|
27
|
-
"@typescript-eslint/parser": "^8.
|
|
28
|
-
"eslint": "^9.
|
|
29
|
-
"eslint-config-next": "^15.
|
|
30
|
-
"eslint-config-prettier": "^10.0.
|
|
31
|
-
"eslint-import-resolver-typescript": "^3.8.
|
|
26
|
+
"@next/eslint-plugin-next": "^15.2.0",
|
|
27
|
+
"@typescript-eslint/parser": "^8.25.0",
|
|
28
|
+
"eslint": "^9.21.0",
|
|
29
|
+
"eslint-config-next": "^15.2.0",
|
|
30
|
+
"eslint-config-prettier": "^10.0.2",
|
|
31
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
|
32
32
|
"eslint-plugin-import": "^2.31.0",
|
|
33
33
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
34
34
|
"eslint-plugin-prettier": "^5.2.3",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
|
|
37
37
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
38
38
|
"eslint-plugin-unicorn": "^57.0.0",
|
|
39
|
-
"prettier": "^3.5.
|
|
39
|
+
"prettier": "^3.5.2",
|
|
40
40
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
41
41
|
"stylelint": "^16.14.1",
|
|
42
42
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
43
43
|
"stylelint-prettier": "^5.0.3",
|
|
44
|
-
"typescript-eslint": "^8.
|
|
44
|
+
"typescript-eslint": "^8.25.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "^5.7.3"
|