@billogram/eslint-config
Advanced tools
Comparing version 2.5.1 to 2.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.6.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.5.1...@billogram/eslint-config@2.6.0) (2019-08-28) | ||
### Features | ||
* **eslint:** Use ES2018 for Node.js ([1285ae1](https://github.com/billogram/frontend-dev-tools/commit/1285ae1)) | ||
## [2.5.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.5.0...@billogram/eslint-config@2.5.1) (2019-08-26) | ||
@@ -8,0 +19,0 @@ |
@@ -9,4 +9,4 @@ module.exports = { | ||
parserOptions: { | ||
ecmaVersion: 2017, | ||
ecmaVersion: 2018, | ||
}, | ||
}; |
{ | ||
"name": "@billogram/eslint-config", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"description": "Custom ESLint configurations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
36437