@dfds-ui/eslint-config 1.1.13 → 1.1.14-alpha.38c89a04

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 +2 -0
  2. package/package.json +14 -14
package/eslint.config.js CHANGED
@@ -88,6 +88,7 @@ module.exports = {
88
88
  //'@typescript-eslint/ban-ts-ignore': 'error',
89
89
 
90
90
  '@typescript-eslint/explicit-module-boundary-types': 'off', // TODO: TS4 consider enabling
91
+ '@typescript-eslint/no-unsafe-argument': 'off', // TODO: Consider eabling
91
92
  '@typescript-eslint/no-unsafe-assignment': 'off', // TODO: TS4 consider enabling
92
93
  '@typescript-eslint/no-unsafe-call': 'off', // TODO: TS4 consider enabling
93
94
  '@typescript-eslint/no-unsafe-member-access': 'off', // TODO: TS4 consider enabling
@@ -114,6 +115,7 @@ module.exports = {
114
115
  'react-hooks/rules-of-hooks': 'error',
115
116
  'react-hooks/exhaustive-deps': 'warn',
116
117
  'react/no-unescaped-entities': 'off', // TODO: maybe enable this?
118
+ 'react/no-unknown-property': ['error', { ignore: ['css'] }],
117
119
  'react/jsx-no-literals': 'off', // TODO: maybe enable this?
118
120
 
119
121
  'deprecation/deprecation': 'warn',
package/package.json CHANGED
@@ -5,22 +5,22 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "1.1.13",
8
+ "version": "1.1.14-alpha.38c89a04",
9
9
  "dependencies": {
10
- "@typescript-eslint/eslint-plugin": "^4.32.0",
11
- "@typescript-eslint/parser": "^4.32.0",
12
- "eslint": "7.32.0",
10
+ "@typescript-eslint/eslint-plugin": "^5.38.1",
11
+ "@typescript-eslint/parser": "^5.38.1",
12
+ "eslint": "8.24.0",
13
13
  "eslint-import-resolver-babel-module": "^5.3.1",
14
14
  "eslint-import-resolver-lerna": "^2.0.0",
15
- "eslint-import-resolver-typescript": "^2.5.0",
16
- "eslint-import-resolver-workspaces": "^1.0.12",
17
- "eslint-plugin-deprecation": "^1.2.1",
18
- "eslint-plugin-import": "^2.24.2",
19
- "eslint-plugin-prettier": "4.0.0",
20
- "eslint-plugin-react": "7.26.0",
21
- "eslint-plugin-react-hooks": "4.2.0",
22
- "eslint-plugin-simple-import-sort": "^7.0.0",
23
- "prettier": "2.4.1"
15
+ "eslint-import-resolver-typescript": "^3.5.1",
16
+ "eslint-import-resolver-workspaces": "^1.2.0",
17
+ "eslint-plugin-deprecation": "^1.3.2",
18
+ "eslint-plugin-import": "^2.26.0",
19
+ "eslint-plugin-prettier": "4.2.1",
20
+ "eslint-plugin-react": "7.31.8",
21
+ "eslint-plugin-react-hooks": "4.6.0",
22
+ "eslint-plugin-simple-import-sort": "^8.0.0",
23
+ "prettier": "2.7.1"
24
24
  },
25
- "gitHead": "993f1900977c1b7cb359b0ecf9a9118e0a4e9391"
25
+ "gitHead": "38c89a046228dd574cfc5682dee3ac5cb3608b5f"
26
26
  }