@zendeskgarden/eslint-config 47.0.0 → 47.1.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/index.js CHANGED
@@ -9,10 +9,12 @@ import babelParser from '@babel/eslint-parser';
9
9
  import eslintLayoutFormatting from './rules/layout-formatting.js';
10
10
  import eslintPossibleProblems from './rules/possible-problems.js';
11
11
  import eslintSuggestions from './rules/suggestions.js';
12
+ import gitignore from 'eslint-config-flat-gitignore';
12
13
  import globals from 'globals';
13
14
  import nodePlugin from './plugins/node.js';
14
15
 
15
16
  export default [
17
+ gitignore(),
16
18
  eslintLayoutFormatting,
17
19
  eslintPossibleProblems,
18
20
  eslintSuggestions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/eslint-config",
3
- "version": "47.0.0",
3
+ "version": "47.1.0",
4
4
  "description": "Garden ESLint config",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -25,29 +25,30 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/eslint-parser": "7.28.5",
28
- "eslint-plugin-jest": "29.0.1",
28
+ "eslint-config-flat-gitignore": "2.1.0",
29
+ "eslint-plugin-jest": "29.5.0",
29
30
  "eslint-plugin-jsx-a11y": "6.10.2",
30
31
  "eslint-plugin-n": "17.23.1",
31
32
  "eslint-plugin-notice": "1.0.0",
32
33
  "eslint-plugin-react": "7.37.5",
33
34
  "eslint-plugin-react-hooks": "7.0.1",
34
- "globals": "16.4.0",
35
- "typescript-eslint": "8.46.2"
35
+ "globals": "16.5.0",
36
+ "typescript-eslint": "8.50.0"
36
37
  },
37
38
  "peerDependencies": {
38
39
  "eslint": "^9.0.0"
39
40
  },
40
41
  "devDependencies": {
41
42
  "@babel/core": "7.28.5",
42
- "@eslint/config-inspector": "1.3.0",
43
- "@zendeskgarden/scripts": "2.4.3",
44
- "commit-and-tag-version": "12.6.0",
45
- "envalid": "8.1.0",
46
- "eslint": "9.38.0",
43
+ "@eslint/config-inspector": "1.4.2",
44
+ "@zendeskgarden/scripts": "2.5.1",
45
+ "commit-and-tag-version": "12.6.1",
46
+ "envalid": "8.1.1",
47
+ "eslint": "9.39.2",
47
48
  "husky": "9.1.7",
48
49
  "jest": "30.2.0",
49
50
  "prettier-package-json": "2.8.0",
50
- "react": "19.2.0",
51
+ "react": "19.2.3",
51
52
  "typescript": "5.9.3"
52
53
  },
53
54
  "keywords": [
@@ -21,10 +21,7 @@ export default {
21
21
  '@typescript-eslint': tseslint.plugin
22
22
  },
23
23
  languageOptions: {
24
- parser: tseslint.parser,
25
- parserOptions: {
26
- project: true
27
- }
24
+ parser: tseslint.parser
28
25
  },
29
26
  rules: {
30
27
  // Disable ESLint rules that are handled by TypeScript