react-cool-onclickoutside
Advanced tools
Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "react-cool-onclickoutside", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "React hook to listen for clicks outside of the component(s).", | ||
@@ -96,5 +96,6 @@ "license": "MIT", | ||
"@typescript-eslint", | ||
"prettier", | ||
"emotion", | ||
"testing-library" | ||
"jest", | ||
"testing-library", | ||
"prettier" | ||
], | ||
@@ -105,2 +106,4 @@ "extends": [ | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:jest/recommended", | ||
"plugin:jest/style", | ||
"plugin:testing-library/recommended", | ||
@@ -151,2 +154,4 @@ "plugin:prettier/recommended", | ||
"import/no-extraneous-dependencies": "off", | ||
"@typescript-eslint/ban-ts-ignore": "off", | ||
"@typescript-eslint/no-explicit-any": "off", | ||
"prettier/prettier": [ | ||
@@ -157,5 +162,3 @@ "error", | ||
} | ||
], | ||
"@typescript-eslint/ban-ts-ignore": "off", | ||
"@typescript-eslint/no-explicit-any": "off" | ||
] | ||
} | ||
@@ -167,5 +170,2 @@ }, | ||
], | ||
"prettier": { | ||
"singleQuote": true | ||
}, | ||
"stylelint": { | ||
@@ -226,2 +226,3 @@ "plugins": [ | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
@@ -228,0 +229,0 @@ "eslint-plugin-prettier": "^3.1.2", |
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
21669
58