@faergeek/eslint-config 5.1.26 → 5.1.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/typescript.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.1.26",
3
+ "version": "5.1.27",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
package/typescript.js CHANGED
@@ -11,6 +11,7 @@ module.exports = {
11
11
  { fixStyle: 'inline-type-imports' },
12
12
  ],
13
13
  '@typescript-eslint/explicit-module-boundary-types': 'off',
14
+ '@typescript-eslint/no-non-null-assertion': 'warn',
14
15
  '@typescript-eslint/no-shadow': 'warn',
15
16
  '@typescript-eslint/no-unused-vars': ['warn', { ignoreRestSiblings: true }],
16
17
  'no-shadow': 'off',