@jobber/eslint-config 0.8.2-pre.126 → 0.9.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/.eslintrc.js CHANGED
@@ -15,7 +15,6 @@ module.exports = {
15
15
  "react",
16
16
  "prettier",
17
17
  "import",
18
- "no-null",
19
18
  "jest",
20
19
  ],
21
20
  settings: {
@@ -51,7 +50,6 @@ module.exports = {
51
50
  "import/no-deprecated": "error",
52
51
  "import/newline-after-import": "error",
53
52
  "jest/no-jasmine-globals": "error",
54
- "no-null/no-null": "error",
55
53
  "react/no-danger": "error",
56
54
  "prettier/prettier": [
57
55
  "error",
@@ -97,7 +95,6 @@ module.exports = {
97
95
  "use-isnan": "error",
98
96
  "func-style": ["error", "declaration", { allowArrowFunctions: true }],
99
97
  },
100
- // This is a change
101
98
  overrides: [
102
99
  {
103
100
  files: ["**/*.tsx"],
package/CHANGELOG.md CHANGED
@@ -8,6 +8,17 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ # [0.9.0](https://github.com/GetJobber/atlantis/compare/@jobber/eslint-config@0.8.1...@jobber/eslint-config@0.9.0) (2022-09-23)
12
+
13
+
14
+ ### Features
15
+
16
+ * **eslint:** Update prettier to latest version ([#667](https://github.com/GetJobber/atlantis/issues/667)) ([84e5895](https://github.com/GetJobber/atlantis/commit/84e589542c642b27acd2997af7200b86ba197b7e))
17
+
18
+
19
+
20
+
21
+
11
22
  ## [0.8.1](https://github.com/GetJobber/atlantis/compare/@jobber/eslint-config@0.8.0...@jobber/eslint-config@0.8.1) (2021-09-15)
12
23
 
13
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/eslint-config",
3
- "version": "0.8.2-pre.126+bad3e09",
3
+ "version": "0.9.0",
4
4
  "main": ".eslintrc.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -14,7 +14,6 @@
14
14
  "eslint-import-resolver-typescript": "^1.1.1",
15
15
  "eslint-plugin-import": "^2.18.2",
16
16
  "eslint-plugin-jest": "^22.17.0",
17
- "eslint-plugin-no-null": "^1.0.2",
18
17
  "eslint-plugin-prettier": "^3.0.1",
19
18
  "eslint-plugin-react": "^7.14.3",
20
19
  "prettier": "^2.4.1"
@@ -25,5 +24,5 @@
25
24
  "peerDependencies": {
26
25
  "eslint": "^6.3.0"
27
26
  },
28
- "gitHead": "bad3e09cb9040dde6682244739df001deaa80820"
27
+ "gitHead": "0ed5d725313fe84975fc9b36ac33d771c3f29647"
29
28
  }