@egy186/eslint-config 4.6.0 → 4.6.1

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.
@@ -209,6 +209,7 @@ declare const config: {
209
209
  readonly 'no-restricted-imports': "off";
210
210
  readonly 'no-shadow': "off";
211
211
  readonly 'no-throw-literal': "off";
212
+ readonly 'no-undef': "off";
212
213
  readonly 'no-unused-expressions': "off";
213
214
  readonly 'no-unused-private-class-members': "off";
214
215
  readonly 'no-unused-vars': "off";
@@ -216,6 +216,7 @@ const config = {
216
216
  'no-restricted-imports': 'off',
217
217
  'no-shadow': 'off',
218
218
  'no-throw-literal': 'off',
219
+ 'no-undef': 'off',
219
220
  'no-unused-expressions': 'off',
220
221
  'no-unused-private-class-members': 'off',
221
222
  'no-unused-vars': 'off',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@egy186/eslint-config",
3
3
  "description": "Eslint shareable config",
4
- "version": "4.6.0",
4
+ "version": "4.6.1",
5
5
  "author": "egy186",
6
6
  "bugs": {
7
7
  "url": "https://github.com/egy186/eslint-config/issues"