aberlaas-lint 2.15.0 → 2.17.0

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/configs/eslint.js CHANGED
@@ -128,6 +128,7 @@ export default [
128
128
  // quotes: We want `hello world` to be converted into 'hello world', but
129
129
  // Prettier doesn't do that, so we need to make eslint do it
130
130
  quotes: ['error', 'single', { avoidEscape: true }],
131
+ 'prettier/prettier': ['error', { singleQuote: true }],
131
132
  },
132
133
  settings: {
133
134
  // eslint-plugin-import doesn't currently support the "exports" syntax in
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "aberlaas-lint",
3
3
  "type": "module",
4
4
  "description": "aberlaas lint command: Lint files",
5
- "version": "2.15.0",
5
+ "version": "2.17.0",
6
6
  "repository": "pixelastic/aberlaas",
7
7
  "homepage": "https://projects.pixelastic.com/aberlaas/",
8
8
  "author": "Tim Carry (@pixelastic)",
@@ -41,7 +41,7 @@
41
41
  "@eslint/js": "9.15.0",
42
42
  "@typescript-eslint/utils": "8.15.0",
43
43
  "@vitest/eslint-plugin": "1.1.10",
44
- "aberlaas-helper": "^2.14.1",
44
+ "aberlaas-helper": "^2.17.0",
45
45
  "aberlaas-versions": "^2.15.0",
46
46
  "ci-info": "4.1.0",
47
47
  "eslint": "9.15.0",
@@ -58,5 +58,5 @@
58
58
  "typescript": "5.6.3",
59
59
  "yaml-lint": "1.7.0"
60
60
  },
61
- "gitHead": "dcadfb4a1d0ed8c9c1db81a30dca396e88f696c4"
61
+ "gitHead": "6bf52751aea67f6557069342405187b4f4f166ea"
62
62
  }