@siemens/eslint-config-angular 2.4.0 → 4.0.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -59,7 +59,7 @@ const __filename = fileURLToPath(import.meta.url);
59
59
  const __dirname = path.dirname(__filename);
60
60
 
61
61
  export default typescriptEslint.config({
62
- extends: [...baseTypescriptConfig, prettier],
62
+ extends: [...typescriptConfig],
63
63
  files: ['**/*.ts'],
64
64
  languageOptions: {
65
65
  parserOptions: {
package/index.mjs CHANGED
@@ -96,7 +96,7 @@ export const configRecommended = typescriptEslint.config({
96
96
  {
97
97
  type: 'alphabetical',
98
98
  order: 'asc',
99
- newlinesBetween: 'always',
99
+ newlinesBetween: 1,
100
100
  groups: [
101
101
  ['builtin', 'external'],
102
102
  ['parent', 'sibling', 'index']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siemens/eslint-config-angular",
3
- "version": "2.4.0",
3
+ "version": "4.0.0",
4
4
  "description": "Configuration for linting Angular TypeScript and templates using Angular ESLint.",
5
5
  "files": [
6
6
  "*.mjs",
@@ -32,9 +32,9 @@
32
32
  "license": "MIT",
33
33
  "peerDependencies": {
34
34
  "@eslint/js": "^9.9.1",
35
- "angular-eslint": "^18.1.0 || ^19.0.0 || ^20.0.0",
35
+ "angular-eslint": "^19.0.0 || ^20.0.0 || ^21.0.0",
36
36
  "eslint": "^9.9.1",
37
- "eslint-plugin-perfectionist": "^4.6.0",
37
+ "eslint-plugin-perfectionist": "^4.15.0 || ^5.0.0",
38
38
  "eslint-plugin-prefer-arrow": "^1.2.3",
39
39
  "typescript-eslint": "^8.0.0"
40
40
  }