@tb-dev/eslint-config 5.4.0 → 5.4.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.
package/dist/index.cjs CHANGED
@@ -310,7 +310,7 @@ async function unicorn(options) {
310
310
  "unicorn/prefer-dom-node-dataset": "error",
311
311
  "unicorn/prefer-dom-node-remove": "error",
312
312
  "unicorn/prefer-dom-node-text-content": "error",
313
- "unicorn/prefer-global-this": "error",
313
+ "unicorn/prefer-global-this": "off",
314
314
  "unicorn/prefer-math-min-max": "error",
315
315
  "unicorn/prefer-modern-dom-apis": "error",
316
316
  "unicorn/prefer-node-protocol": "error",
package/dist/index.js CHANGED
@@ -306,7 +306,7 @@ async function unicorn(options) {
306
306
  "unicorn/prefer-dom-node-dataset": "error",
307
307
  "unicorn/prefer-dom-node-remove": "error",
308
308
  "unicorn/prefer-dom-node-text-content": "error",
309
- "unicorn/prefer-global-this": "error",
309
+ "unicorn/prefer-global-this": "off",
310
310
  "unicorn/prefer-math-min-max": "error",
311
311
  "unicorn/prefer-modern-dom-apis": "error",
312
312
  "unicorn/prefer-node-protocol": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",