@clipboard-health/eslint-config 1.8.0 → 1.8.2

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,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.8.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.1...eslint-config-1.8.2) (2023-04-24)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * gen imports ([1eaef35](https://github.com/ClipboardHealth/cbh-core/commit/1eaef35260ae2595c680a6db3fa03d6d7c5203aa))
11
+
12
+ ## [1.8.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.0...eslint-config-1.8.1) (2023-04-24)
13
+
14
+
15
+ ### Reverts
16
+
17
+ * add params back to avoid future breaking changes ([903eb7d](https://github.com/ClipboardHealth/cbh-core/commit/903eb7da5a2750dcf5b6bbcf807cf0d2ce7f281f))
18
+
5
19
  ## [1.8.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.7.0...eslint-config-1.8.0) (2023-04-24)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/eslint-config",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build eslint-config",
package/src/xo.d.ts CHANGED
@@ -10,6 +10,9 @@ export declare const rules: {
10
10
  "@typescript-eslint/naming-convention": string;
11
11
  "@typescript-eslint/no-unsafe-assignment": string;
12
12
  "@typescript-eslint/no-unsafe-call": string;
13
+ "@typescript-eslint/no-unused-vars": (string | {
14
+ argsIgnorePattern: string;
15
+ })[];
13
16
  "import/order": string;
14
17
  "no-only-tests/no-only-tests": string;
15
18
  "simple-import-sort/imports": string;
package/src/xo.js CHANGED
@@ -11,6 +11,7 @@ module.exports = {
11
11
  "@typescript-eslint/naming-convention": "off",
12
12
  "@typescript-eslint/no-unsafe-assignment": "off",
13
13
  "@typescript-eslint/no-unsafe-call": "off",
14
+ "@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
14
15
  "import/order": "off",
15
16
  "no-only-tests/no-only-tests": "error",
16
17
  "simple-import-sort/imports": "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,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,6BAA6B,EAAE,OAAO;QACtC,4BAA4B,EAAE,MAAM;QACpC,4BAA4B,EAAE,MAAM;KACrC;CACF,CAAC"}