@greenberry/linting-config 0.2.7 → 0.2.11
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/prettier.config.js +1 -1
- package/dist/prettier.config.js.map +1 -1
- package/package.json +22 -18
package/dist/prettier.config.js
CHANGED
|
@@ -16,7 +16,7 @@ const config = {
|
|
|
16
16
|
* @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
|
|
17
17
|
*/
|
|
18
18
|
tailwindStylesheet: "./src/styles/globals.css",
|
|
19
|
-
tailwindFunctions: ["classnames"],
|
|
19
|
+
tailwindFunctions: ["classnames", "tv"],
|
|
20
20
|
/**
|
|
21
21
|
* Sort imports
|
|
22
22
|
* @see https://github.com/IanVS/prettier-plugin-sort-imports
|
|
@@ -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;QACP,qCAAqC;QACrC,6BAA6B;KAC9B;IAED;;;OAGG;IACH,kBAAkB,EAAE,0BAA0B;IAC9C,iBAAiB,EAAE,CAAC,YAAY,CAAC;
|
|
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,EAAE,IAAI,CAAC;IAEvC;;;OAGG;IACH,WAAW,EAAE;QACX,2BAA2B;QAC3B,mBAAmB;QACnB,EAAE;QAEF,yCAAyC;QACzC,0BAA0B;QAC1B,wBAAwB;QACxB,uBAAuB;QACvB,EAAE;QAEF,kBAAkB;QAClB,SAAS;QACT,EAAE;QAEF,sBAAsB;QACtB,UAAU;QACV,SAAS;QACT,EAAE;QAEF,sBAAsB;QACtB,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.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"author": "Greenberry Development <development@greenberry.nl>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"engines": {
|
|
14
|
-
"node": ">=
|
|
14
|
+
"node": ">=22.15.0"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"clean": "rm -rf dist",
|
|
@@ -23,34 +23,38 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
+
"overrides": {
|
|
27
|
+
"minimatch": "^10.2.1",
|
|
28
|
+
"ajv": "^8.18.0"
|
|
29
|
+
},
|
|
26
30
|
"dependencies": {
|
|
27
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
28
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.7.
|
|
29
|
-
"@next/eslint-plugin-next": "^16.1.
|
|
30
|
-
"@typescript-eslint/parser": "^8.
|
|
31
|
+
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
32
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
|
|
33
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
34
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
31
35
|
"eslint": "^9.39.2",
|
|
32
36
|
"eslint-config-prettier": "^10.1.8",
|
|
33
|
-
"eslint-import-resolver-typescript": "^
|
|
37
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
34
38
|
"eslint-plugin-import": "2.32.0",
|
|
35
39
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
36
|
-
"eslint-plugin-perfectionist": "^5.
|
|
37
|
-
"eslint-plugin-prettier": "^5.5.
|
|
40
|
+
"eslint-plugin-perfectionist": "^5.6.0",
|
|
41
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
38
42
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
39
43
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
40
|
-
"eslint-plugin-react-hooks-extra": "^2.
|
|
41
|
-
"eslint-plugin-storybook": "^10.
|
|
42
|
-
"eslint-plugin-unicorn": "^
|
|
43
|
-
"globals": "^17.
|
|
44
|
-
"prettier": "^3.
|
|
44
|
+
"eslint-plugin-react-hooks-extra": "^2.13.0",
|
|
45
|
+
"eslint-plugin-storybook": "^10.2.10",
|
|
46
|
+
"eslint-plugin-unicorn": "^63.0.0",
|
|
47
|
+
"globals": "^17.3.0",
|
|
48
|
+
"prettier": "^3.8.1",
|
|
45
49
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
46
|
-
"stylelint": "^
|
|
47
|
-
"stylelint-config-standard-scss": "^
|
|
50
|
+
"stylelint": "^17.3.0",
|
|
51
|
+
"stylelint-config-standard-scss": "^17.0.0",
|
|
48
52
|
"stylelint-prettier": "^5.0.3",
|
|
49
|
-
"typescript-eslint": "^8.
|
|
53
|
+
"typescript-eslint": "^8.56.0"
|
|
50
54
|
},
|
|
51
55
|
"devDependencies": {
|
|
52
56
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
53
|
-
"@types/node": "^25.0
|
|
57
|
+
"@types/node": "^25.3.0",
|
|
54
58
|
"typescript": "^5.9.3"
|
|
55
59
|
}
|
|
56
60
|
}
|