@geniussoft/use-hooks
Advanced tools
Comparing version 0.0.2-beta2 to 0.0.3
module.exports = { | ||
'**/+(src|test)/**/*.js': ['prettier --write', 'eslint --fix', 'git add'], | ||
'**/+(src|test)/**/*.js': ['prettier --write', 'eslint --fix'], | ||
}; |
{ | ||
"name": "@geniussoft/use-hooks", | ||
"version": "0.0.2-beta2", | ||
"version": "0.0.3", | ||
"description": "Reusable React Hooks from useHooks.com and other online resources", | ||
@@ -23,16 +23,16 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/react": "^16.9.4", | ||
"@typescript-eslint/eslint-plugin": "^2.3.2", | ||
"@typescript-eslint/parser": "^2.3.2", | ||
"eslint": "^6.5.1", | ||
"@types/react": "^16.9.19", | ||
"@typescript-eslint/eslint-plugin": "^2.19.2", | ||
"@typescript-eslint/parser": "^2.19.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.3.0", | ||
"eslint-import-resolver-typescript": "^1.1.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"husky": "^3.0.8", | ||
"lint-staged": "^9.4.1", | ||
"prettier": "^1.18.2", | ||
"react": "^16.10.1", | ||
"typescript": "^3.6.3" | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-import-resolver-typescript": "^2.0.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.3", | ||
"lint-staged": "^10.0.7", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
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
7291