@graphcommerce/eslint-config-pwa 8.0.6-canary.3 → 8.1.0-canary.10

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/CHANGELOG.md +14 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.10
4
+
5
+ ## 8.1.0-canary.9
6
+
7
+ ## 8.1.0-canary.8
8
+
9
+ ## 8.1.0-canary.7
10
+
11
+ ## 8.1.0-canary.6
12
+
13
+ ## 8.1.0-canary.5
14
+
15
+ ## 8.0.6-canary.4
16
+
3
17
  ## 8.0.6-canary.3
4
18
 
5
19
  ## 8.0.6-canary.2
package/index.js CHANGED
@@ -160,7 +160,7 @@ module.exports = {
160
160
  rules: { 'import/no-default-export': 'off' },
161
161
  },
162
162
  {
163
- files: ['**/*.interceptor.tsx'],
163
+ files: ['**/*.interceptor.tsx', '**/*.interceptor.ts'],
164
164
  rules: {
165
165
  'import/export': 'off',
166
166
  'import/first': 'off',
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": "8.0.6-canary.3",
5
+ "version": "8.1.0-canary.10",
6
6
  "main": "index.js",
7
7
  "dependencies": {
8
- "@graphcommerce/typescript-config-pwa": "8.0.6-canary.3",
8
+ "@graphcommerce/typescript-config-pwa": "8.1.0-canary.10",
9
9
  "@next/eslint-plugin-next": "14.1.0",
10
10
  "@typescript-eslint/eslint-plugin": "^6.19.0",
11
11
  "@typescript-eslint/parser": "^6.19.0",