eslint-plugin-escompat
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -26,2 +26,10 @@ const path = require('path') | ||
'no-async-iteration': browser('edge > 0, safari < 12, firefox < 57, chrome < 63', require('./rules/no-async-iteration')), | ||
'no-optional-catch': browser('edge > 0, safari > 0, firefox < 58, chrome < 66', require('./rules/no-optional-catch')), | ||
'no-numeric-separators': browser('edge > 0, safari > 0, firefox < 68, chrome < 75', require('./rules/no-numeric-separators')), | ||
'no-public-class-fields': browser('edge > 0, safari > 0, firefox > 0, chrome < 72', require('./rules/no-public-class-fields')), | ||
'no-private-class-fields': browser('edge > 0, safari > 0, firefox > 0, chrome < 74', require('./rules/no-private-class-fields')), | ||
'no-do-expression': browser('edge > 0, safari > 0, firefox > 0, chrome > 0', require('./rules/no-do-expression')), | ||
'no-bind-operator': browser('edge > 0, safari > 0, firefox > 0, chrome > 0', require('./rules/no-bind-operator')), | ||
'no-pipeline-operator': browser('edge > 0, safari > 0, firefox > 0, chrome > 0', require('./rules/no-pipeline-operator')), | ||
'no-optional-chaining': browser('edge > 0, safari > 0, firefox > 0, chrome > 0', require('./rules/no-optional-chaining')), | ||
} | ||
@@ -28,0 +36,0 @@ |
{ | ||
"name": "eslint-plugin-escompat", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -21,2 +21,3 @@ "keywords": [], | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.14.1", | ||
@@ -23,0 +24,0 @@ "mocha": "^6.0.0" |
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
12291
18
258
3