@locker/eslint-config-locker
Advanced tools
Comparing version 0.14.7 to 0.14.11
@@ -5,5 +5,5 @@ /* | ||
// Re-exporting the recommended configuration as the default config so you can omit | ||
// Re-exporting the base configuration as the default config so you can omit | ||
// the configuration name in the .eslintrc, i.e. | ||
// { "extends": "@locker/eslint-config-locker" } | ||
module.exports = require('./recommended'); | ||
module.exports = require('./base'); |
{ | ||
"name": "@locker/eslint-config-locker", | ||
"version": "0.14.7", | ||
"version": "0.14.11", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -13,2 +13,3 @@ "author": "Salesforce UI Security Team", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -21,3 +22,3 @@ "access": "public" | ||
"dependencies": { | ||
"@locker/eslint-plugin-locker": "0.14.7" | ||
"@locker/eslint-plugin-locker": "0.14.11" | ||
}, | ||
@@ -29,3 +30,3 @@ "files": [ | ||
], | ||
"gitHead": "3e2c8ce19585715d0db2d0980088de1e5c4e2998" | ||
"gitHead": "3ac0b52b291246692fa015a42e52661c6feea82f" | ||
} |
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
7963
+ Added@locker/ast-lib-maker@0.14.11(transitive)
+ Added@locker/eslint-plugin-locker@0.14.11(transitive)
+ Added@locker/eslint-rule-maker@0.14.11(transitive)
+ Added@locker/shared@0.14.11(transitive)
- Removed@locker/ast-lib-maker@0.14.7(transitive)
- Removed@locker/eslint-plugin-locker@0.14.7(transitive)
- Removed@locker/eslint-rule-maker@0.14.7(transitive)
- Removed@locker/shared@0.14.7(transitive)