@exercism/eslint-config-javascript
Advanced tools
Comparing version 0.4.0 to 0.5.0
# Changelog | ||
## 0.5.0 | ||
- Update dependencies | ||
- Add `prettier` | ||
## 0.4.0 | ||
@@ -33,2 +38,2 @@ | ||
Initial release | ||
Initial release |
{ | ||
"name": "@exercism/eslint-config-javascript", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "ESLint configuration for the JavaScript track on Exercism", | ||
@@ -12,15 +12,16 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"@babel/core": ">= 7.14", | ||
"eslint": ">= 7" | ||
"@babel/core": ">= 7.15", | ||
"eslint": ">= 7.32" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"eslint": "^7.28.0" | ||
"@babel/core": "^7.15.5", | ||
"eslint": "^7.32.0", | ||
"prettier": "^2.3.2" | ||
}, | ||
"dependencies": { | ||
"@babel/eslint-parser": "^7.14.5", | ||
"@babel/eslint-parser": "^7.15.4", | ||
"@babel/eslint-plugin": "^7.14.5", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4" | ||
"eslint-plugin-import": "^2.24.2" | ||
} | ||
} |
@@ -56,4 +56,4 @@ # @exercism/eslint-config-javascript | ||
[web-eslint-recommended]: https://eslint.org/docs/rules/ | ||
[web-exercism]: https://exercism.io | ||
[web-exercism]: https://exercism.org | ||
[web-prettier]: https://prettier.io | ||
[web-shareable-configs]: https://eslint.org/docs/developer-guide/shareable-configs |
Sorry, the diff of this file is not supported yet
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
22578
13
3
Updated@babel/eslint-parser@^7.15.4
Updatedeslint-plugin-import@^2.24.2