@playcanvas/eslint-config 2.0.1 → 2.0.2

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/eslint.config.mjs CHANGED
@@ -200,7 +200,7 @@ export default [
200
200
  "no-useless-escape": "off",
201
201
  "no-useless-rename": "error",
202
202
  "no-useless-return": "error",
203
- "no-var": "off", // update to error
203
+ "no-var": "error",
204
204
  "no-void": "error",
205
205
  "no-warning-comments": "off",
206
206
  "no-with": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcanvas/eslint-config",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "author": "PlayCanvas <support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "ESLint configuration used by PlayCanvas",