@clipboard-health/eslint-config 1.8.1 → 2.0.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/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [2.0.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.2...eslint-config-2.0.0) (2023-04-25)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * eslint-config v1
11
+
12
+ ### Features
13
+
14
+ * eslint-config v1 ([b27d600](https://github.com/ClipboardHealth/cbh-core/commit/b27d600fe3be687c5ca03cd337cdc592b698fbd9))
15
+
16
+ ## [1.8.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.1...eslint-config-1.8.2) (2023-04-24)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * gen imports ([1eaef35](https://github.com/ClipboardHealth/cbh-core/commit/1eaef35260ae2595c680a6db3fa03d6d7c5203aa))
22
+
5
23
  ## [1.8.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.0...eslint-config-1.8.1) (2023-04-24)
6
24
 
7
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/eslint-config",
3
- "version": "1.8.1",
3
+ "version": "2.0.0",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build eslint-config",
package/src/xo.d.ts CHANGED
@@ -14,6 +14,7 @@ export declare const rules: {
14
14
  argsIgnorePattern: string;
15
15
  })[];
16
16
  "import/order": string;
17
+ "no-alert": string;
17
18
  "no-only-tests/no-only-tests": string;
18
19
  "simple-import-sort/imports": string;
19
20
  "simple-import-sort/exports": string;
package/src/xo.js CHANGED
@@ -13,6 +13,7 @@ module.exports = {
13
13
  "@typescript-eslint/no-unsafe-call": "off",
14
14
  "@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
15
15
  "import/order": "off",
16
+ "no-alert": "warn",
16
17
  "no-only-tests/no-only-tests": "error",
17
18
  "simple-import-sort/imports": "warn",
18
19
  "simple-import-sort/exports": "warn",
package/src/xo.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"xo.js","sourceRoot":"","sources":["../../../../packages/eslint-config/src/xo.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,UAAU,EAAE,IAAI,EAAE,qBAAqB,CAAC;IAClD,MAAM,EAAE,2BAA2B;IACnC,aAAa,EAAE;QACb,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,eAAe,EAAE,SAAS;KAC3B;IACD,OAAO,EAAE,CAAC,eAAe,EAAE,oBAAoB,CAAC;IAChD,KAAK,EAAE;QACL,sCAAsC,EAAE,KAAK;QAC7C,yCAAyC,EAAE,KAAK;QAChD,mCAAmC,EAAE,KAAK;QAC1C,mCAAmC,EAAE,CAAC,MAAM,EAAE,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAAC;QAC1E,cAAc,EAAE,KAAK;QACrB,6BAA6B,EAAE,OAAO;QACtC,4BAA4B,EAAE,MAAM;QACpC,4BAA4B,EAAE,MAAM;KACrC;CACF,CAAC"}
1
+ {"version":3,"file":"xo.js","sourceRoot":"","sources":["../../../../packages/eslint-config/src/xo.js"],"names":[],"mappings":";AAAA,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE,CAAC,UAAU,EAAE,IAAI,EAAE,qBAAqB,CAAC;IAClD,MAAM,EAAE,2BAA2B;IACnC,aAAa,EAAE;QACb,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,eAAe,EAAE,SAAS;KAC3B;IACD,OAAO,EAAE,CAAC,eAAe,EAAE,oBAAoB,CAAC;IAChD,KAAK,EAAE;QACL,sCAAsC,EAAE,KAAK;QAC7C,yCAAyC,EAAE,KAAK;QAChD,mCAAmC,EAAE,KAAK;QAC1C,mCAAmC,EAAE,CAAC,MAAM,EAAE,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAAC;QAC1E,cAAc,EAAE,KAAK;QACrB,UAAU,EAAE,MAAM;QAClB,6BAA6B,EAAE,OAAO;QACtC,4BAA4B,EAAE,MAAM;QACpC,4BAA4B,EAAE,MAAM;KACrC;CACF,CAAC"}