@greenberry/linting-config 0.1.47 → 0.1.48

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":"stylelint.config.d.ts","sourceRoot":"","sources":["../src/stylelint.config.js"],"names":[],"mappings":";AAAA,yCAAyC;AAEzC,sBAFW,OAAO,WAAW,EAAE,MAAM,CAiBpC"}
1
+ {"version":3,"file":"stylelint.config.d.ts","sourceRoot":"","sources":["../src/stylelint.config.js"],"names":[],"mappings":";AAAA,yCAAyC;AAEzC,sBAFW,OAAO,WAAW,EAAE,MAAM,CA8BnC"}
@@ -1,14 +1,27 @@
1
1
  /** @type {import('stylelint').Config} */
2
2
  const config = {
3
3
  plugins: ["stylelint-prettier"],
4
- extends: ["stylelint-config-standard-scss",],
4
+ extends: ["stylelint-config-standard-scss"],
5
5
  rules: {
6
6
  "prettier/prettier": true,
7
7
  //Tailwind CSS
8
- 'no-descending-specificity': null,
9
- 'scss/at-rule-no-unknown': [
10
- true, {
11
- ignoreAtRules: ['apply', 'layer', 'responsive', 'screen', 'tailwind', 'variants', "theme", "base", "components", "utilities"],
8
+ "no-invalid-position-at-import-rule": null,
9
+ "no-descending-specificity": null,
10
+ "scss/at-rule-no-unknown": [
11
+ true,
12
+ {
13
+ ignoreAtRules: [
14
+ "apply",
15
+ "layer",
16
+ "responsive",
17
+ "screen",
18
+ "tailwind",
19
+ "variants",
20
+ "theme",
21
+ "base",
22
+ "components",
23
+ "utilities",
24
+ ],
12
25
  },
13
26
  ],
14
27
  },
@@ -1 +1 @@
1
- {"version":3,"file":"stylelint.config.js","sourceRoot":"","sources":["../src/stylelint.config.js"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,MAAM,MAAM,GAAG;IACb,OAAO,EAAE,CAAC,oBAAoB,CAAC;IAC/B,OAAO,EAAE,CAAC,gCAAgC,EAAE;IAC5C,KAAK,EAAE;QACL,mBAAmB,EAAE,IAAI;QAEzB,cAAc;QACd,2BAA2B,EAAE,IAAI;QACjC,yBAAyB,EAAE;YACzB,IAAI,EAAE;gBACJ,aAAa,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,WAAW,CAAC;aAC9H;SACF;KACF;IACD,WAAW,EAAE,CAAC,iBAAiB,EAAE,aAAa,CAAC;CAChD,CAAA;AACD,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"stylelint.config.js","sourceRoot":"","sources":["../src/stylelint.config.js"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,MAAM,MAAM,GAAG;IACb,OAAO,EAAE,CAAC,oBAAoB,CAAC;IAC/B,OAAO,EAAE,CAAC,gCAAgC,CAAC;IAC3C,KAAK,EAAE;QACL,mBAAmB,EAAE,IAAI;QAEzB,cAAc;QACd,oCAAoC,EAAE,IAAI;QAC1C,2BAA2B,EAAE,IAAI;QACjC,yBAAyB,EAAE;YACzB,IAAI;YACJ;gBACE,aAAa,EAAE;oBACb,OAAO;oBACP,OAAO;oBACP,YAAY;oBACZ,QAAQ;oBACR,UAAU;oBACV,UAAU;oBACV,OAAO;oBACP,MAAM;oBACN,YAAY;oBACZ,WAAW;iBACZ;aACF;SACF;KACF;IACD,WAAW,EAAE,CAAC,iBAAiB,EAAE,aAAa,CAAC;CAChD,CAAC;AACF,eAAe,MAAM,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenberry/linting-config",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
26
26
  "@next/eslint-plugin-next": "^15.1.6",
27
- "@typescript-eslint/parser": "^8.22.0",
27
+ "@typescript-eslint/parser": "^8.23.0",
28
28
  "eslint": "^9.19.0",
29
29
  "eslint-config-next": "^15.1.6",
30
30
  "eslint-config-prettier": "^10.0.1",
@@ -41,7 +41,7 @@
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.22.0"
44
+ "typescript-eslint": "^8.23.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "typescript": "^5.7.3"