lint-rules-alvin 1.0.1 → 1.0.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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # lint-rules-alvin
2
2
 
3
+ See the [npm package](https://www.npmjs.com/package/lint-rules-alvin)!
4
+
3
5
  [My](https://github.com/Ctrl-Shift-Alvin) personal repo containing configs for code linters. Some of my public repos use this, so it's public. A generalized config makes managaing configs much easier (once they're working, of course).
4
6
 
5
7
  All dependencies are optional, but you need to install the correct ones depending on which files you use.
@@ -405,7 +405,7 @@ export const typescript = {
405
405
  '@typescript-eslint/no-unsafe-argument': 'warn',
406
406
  '@typescript-eslint/no-unsafe-assignment': 'warn',
407
407
  '@typescript-eslint/no-unsafe-call': 'warn',
408
- '@typescript-eslint/no-unsafe-declaration-merging': 'errpr',
408
+ '@typescript-eslint/no-unsafe-declaration-merging': 'error',
409
409
  '@typescript-eslint/no-unsafe-enum-comparison': 'error',
410
410
  '@typescript-eslint/no-unsafe-function-type': 'error',
411
411
  '@typescript-eslint/no-unsafe-member-access': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lint-rules-alvin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "My own personal linting ruleset for a bunch of different plugins. Includes a few custom rules. Used in a few of my repos.",
5
5
  "keywords": [
6
6
  "eslint"