eslint-config-mitmaro
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.1] - 2019-07-12 | ||
### Fixed | ||
- React config was not exports | ||
## [5.0.0] - 2019-06-16 | ||
@@ -55,2 +59,6 @@ ### Added | ||
[5.0.1]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v5.0.0...v5.0.1 | ||
[5.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v4.0.0...v5.0.0 | ||
[4.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v3.0.0...v4.0.0 | ||
[3.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v2.0.0...v3.0.0 | ||
[2.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v1.0.0...v2.0.0 |
{ | ||
"name": "eslint-config-mitmaro", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "mitmaro's personal ESLint configurations", | ||
@@ -35,16 +35,17 @@ "main": "src/index.js", | ||
"@mitmaro/build-scripts": "^0.1.5", | ||
"@typescript-eslint/eslint-plugin": "^1.10.2", | ||
"@typescript-eslint/parser": "^1.10.2", | ||
"@typescript-eslint/eslint-plugin": "^1.12.0", | ||
"@typescript-eslint/parser": "^1.12.0", | ||
"eslint": "^5.16.0", | ||
"eslint-find-rules": "^3.3.1", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-chai-expect": "^2.0.1", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-jsdoc": "^8.0.1", | ||
"eslint-plugin-jsdoc": "^8.7.0", | ||
"eslint-plugin-mocha": "^5.3.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-promise": "^4.1.1", | ||
"eslint-plugin-react": "^7.13.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-react": "^7.14.2", | ||
"eslint-plugin-security": "^1.4.0", | ||
"typescript": "^3.5.2" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
@@ -14,2 +14,3 @@ 'use strict'; | ||
'node', | ||
'react', | ||
'ecmascript-9', | ||
@@ -32,4 +33,4 @@ 'ecmascript-8', | ||
node: [], | ||
react: [], | ||
typescript: [], | ||
}; | ||
@@ -36,0 +37,0 @@ |
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
41315
1205
0
15