@nethru/ui 2.1.53 → 2.1.55

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.
@@ -222,8 +222,7 @@ function makeEslinter(format, eslintRules, onEslintUpdate, customVariables, read
222
222
  let hints = [];
223
223
  const config = {
224
224
  env: {
225
- es6: true,
226
- browser: true
225
+ es6: true
227
226
  },
228
227
  parserOptions: {
229
228
  ecmaVersion: 6
@@ -232,7 +231,6 @@ function makeEslinter(format, eslintRules, onEslintUpdate, customVariables, read
232
231
  "semi": ["error", "always"],
233
232
  "func-names": "off",
234
233
  "no-unused-expressions": "off",
235
- "no-undef": "error",
236
234
  ...eslintRules
237
235
  }
238
236
  };
@@ -37,7 +37,6 @@ const AutoLogoutWarning = /*#__PURE__*/forwardRef(({
37
37
  setRemainingTime(sessionTimeout);
38
38
  // eslint-disable-next-line
39
39
  }, [refresh]);
40
- console.log(remaingTime);
41
40
  return /*#__PURE__*/_jsxs(_Fragment, {
42
41
  children: [isVisible && /*#__PURE__*/_jsx(Button, {
43
42
  color: "curd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "2.1.53",
3
+ "version": "2.1.55",
4
4
  "main": "base/index.js",
5
5
  "files": [
6
6
  "/base"