@movable/eslint-config-node
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,4 +6,8 @@ # Change Log | ||
## [0.4.2](https://github.com/movableink/lint-config/compare/@movable/eslint-config-node@0.4.1...@movable/eslint-config-node@0.4.2) (2020-03-23) | ||
**Note:** Version bump only for package @movable/eslint-config-node | ||
## 0.4.1 (2020-01-16) | ||
**Note:** Version bump only for package @movable/eslint-config-node |
@@ -5,3 +5,3 @@ 'use strict'; | ||
plugins: ['node'], | ||
extends: ['plugin:node/recommended'] | ||
extends: ['plugin:node/recommended'], | ||
}; |
{ | ||
"name": "@movable/eslint-config-node", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Shared ESLint configuration for Node projects at Movable Ink", | ||
@@ -14,3 +14,4 @@ "repository": "https://github.com/movableink/lint-config", | ||
"@movable/eslint-config": "*" | ||
} | ||
}, | ||
"gitHead": "8dfe95ea06707f9cb6d05d4ebe70e4a2cc353a81" | ||
} |
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
1490