@autoguru/eslint-plugin 1.3.0 → 1.3.1

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,11 @@
1
1
  # @autoguru/eslint-plugin
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ebee6d4: GDU: Adds CSP rules @autoguru/eslint-plugin: Adds nextjs defaults
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  ### Minor Changes
@@ -3,6 +3,7 @@ module.exports = {
3
3
  extends: [
4
4
  'plugin:@typescript-eslint/eslint-recommended',
5
5
  'plugin:@typescript-eslint/recommended',
6
+ 'plugin:@next/next/recommended',
6
7
  'plugin:import/typescript',
7
8
  ],
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/eslint-plugin",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "AutoGuru's shareable eslint config and custom plugins",
5
5
  "homepage": "https://github.com/autoguru-au/octane/tree/master/packages/eslint-plugin#readme",
6
6
  "repository": "https://github.com/autoguru-au/octane/tree/master/packages/eslint-plugin",
@@ -22,6 +22,7 @@
22
22
  "eslint-plugin-unicorn": "^33.0.1"
23
23
  },
24
24
  "peerDependencies": {
25
+ "@next/eslint-plugin-next": "^12.2.3",
25
26
  "eslint": ">=7",
26
27
  "eslint-plugin-jest": ">=24"
27
28
  },
@@ -29,6 +30,7 @@
29
30
  "access": "public"
30
31
  },
31
32
  "devDependencies": {
33
+ "@next/eslint-plugin-next": "^12.2.3",
32
34
  "@types/eslint": "^7.2.13",
33
35
  "eslint": "^7.28.0",
34
36
  "eslint-plugin-jest": "^24.3.6"