@enke.dev/lint 0.11.19 → 0.11.20

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.
Files changed (2) hide show
  1. package/eslint.config.js +3 -0
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -66,6 +66,9 @@ const config = defineConfig([
66
66
  litHtmlSources: true,
67
67
  },
68
68
  rules: {
69
+ // currently not working due to esilnt v10.0.0 breaking changes,
70
+ // see https://github.com/typescript-eslint/typescript-eslint/issues/11952
71
+ '@typescript-eslint/consistent-generic-constructors': 'off',
69
72
  // formatting
70
73
  '@typescript-eslint/no-unused-expressions': [
71
74
  'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enke.dev/lint",
3
- "version": "0.11.19",
3
+ "version": "0.11.20",
4
4
  "description": "Meta package to provide linting for web projects",
5
5
  "homepage": "https://github.com/enke-dev/lint",
6
6
  "repository": {