@graphcommerce/eslint-config-pwa 9.0.0-canary.103 → 9.0.0-canary.104

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.104
4
+
3
5
  ## 9.0.0-canary.103
4
6
 
5
7
  ### Patch Changes
package/index.js CHANGED
@@ -167,7 +167,6 @@ module.exports = {
167
167
  ],
168
168
  '@typescript-eslint/consistent-type-imports': 'error',
169
169
  'import/no-duplicates': 'off',
170
- '@typescript-eslint/no-duplicate-imports': ['error'],
171
170
  },
172
171
  },
173
172
  {
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/eslint-config-pwa",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.103",
5
+ "version": "9.0.0-canary.104",
6
6
  "main": "index.js",
7
7
  "dependencies": {
8
- "@graphcommerce/typescript-config-pwa": "9.0.0-canary.103",
8
+ "@graphcommerce/typescript-config-pwa": "9.0.0-canary.104",
9
9
  "@next/eslint-plugin-next": "14.2.14",
10
10
  "@typescript-eslint/eslint-plugin": "^7.18.0",
11
11
  "@typescript-eslint/parser": "^7.18.0",