@codeleap/config 2.3.15 → 2.3.19

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.
Files changed (2) hide show
  1. package/.eslintrc.js +1 -1
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -164,7 +164,7 @@ const typescript = {
164
164
  },
165
165
  'multilineDetection': 'brackets',
166
166
  }],
167
- '@typescript-eslint/no-var-require': 'off',
167
+ '@typescript-eslint/no-var-requires': 'off',
168
168
  }
169
169
 
170
170
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeleap/config",
3
- "version": "2.3.15",
3
+ "version": "2.3.19",
4
4
  "main": "index.js",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {