@ankhorage/devtools 1.3.2 → 1.3.3

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.
@@ -103,6 +103,7 @@ function createBaseConfig(options) {
103
103
  }
104
104
  function createTypeScriptRules() {
105
105
  return {
106
+ 'no-unused-vars': 'off',
106
107
  '@typescript-eslint/no-non-null-assertion': 'error',
107
108
  '@typescript-eslint/prefer-readonly': 'error',
108
109
  '@typescript-eslint/prefer-optional-chain': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",