eslint-config-openlayers
Advanced tools
Comparing version 4.1.0 to 5.0.0
@@ -25,3 +25,3 @@ var fs = require('fs'); | ||
process.stdout.write(paths[index] + '\n' + content + '\n'); | ||
}) | ||
}); | ||
}).catch(function(err) { | ||
@@ -28,0 +28,0 @@ process.stderr.write('Failed: ' + err.message + '\n'); |
@@ -52,2 +52,4 @@ module.exports = { | ||
'quotes': [2, 'single'], | ||
'semi': 2, | ||
'semi-spacing': 2, | ||
'space-before-blocks': 2, | ||
@@ -54,0 +56,0 @@ 'space-before-function-paren': [2, 'never'], |
{ | ||
"name": "eslint-config-openlayers", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"description": "ESLint configuration for OpenLayers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6753
92
0