@babel/eslint-plugin
Advanced tools
Comparing version 7.22.10 to 7.23.5
{ | ||
"name": "@babel/eslint-plugin", | ||
"version": "7.22.10", | ||
"version": "7.23.5", | ||
"description": "Companion rules for @babel/eslint-parser", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.cjs", |
@@ -31,2 +31,3 @@ # @babel/eslint-plugin | ||
"@babel/no-invalid-this": "error", | ||
"@babel/no-undef": "error", | ||
"@babel/no-unused-expressions": "error", | ||
@@ -47,2 +48,3 @@ "@babel/object-curly-spacing": "error", | ||
- `@babel/no-invalid-this`: handles class fields and private class methods (`class A { a = this.b; }`) | ||
- `@babel/no-undef`: handles class accessor properties (`class A { accessor x = 2 }`) | ||
- `@babel/no-unused-expressions`: handles `do` expressions | ||
@@ -49,0 +51,0 @@ - `@babel/object-curly-spacing`: handles `export * as x from "mod";` (🛠) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30163
17
194
55