Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-smarthr

Package Overview
Dependencies
Maintainers
21
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-smarthr - npm Package Compare versions

Comparing version 6.9.1 to 6.10.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [6.10.0](https://github.com/kufu/eslint-config-smarthr/compare/v6.9.1...v6.10.0) (2023-08-24)
### Features
* eslint-plugin-prettier が v5でエラーになるため、^4.2.1 に戻す ([8cca49a](https://github.com/kufu/eslint-config-smarthr/commit/8cca49aa70c4cf0d4048b8422af8464b542566f4))
### [6.9.1](https://github.com/kufu/eslint-config-smarthr/compare/v6.9.0...v6.9.1) (2023-08-20)

@@ -7,0 +14,0 @@

16

package.json
{
"name": "eslint-config-smarthr",
"version": "6.9.1",
"version": "6.10.0",
"description": "A sharable ESLint config for SmartHR",

@@ -29,5 +29,5 @@ "main": "index.js",

"devDependencies": {
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"eslint": "^8.47.0",
"jest": "^29.6.2",
"jest": "^29.6.3",
"prettier": "^3.0.2",

@@ -40,3 +40,3 @@ "react": "^18.2.0",

"eslint": "^7.0.0 || ^8.0.0",
"eslint-plugin-smarthr": "^0.1.1 || ^0.2.0 || ^0.3.0",
"eslint-plugin-smarthr": "^0.3.2",
"prettier": "^1.17.0 || ^2.0.0 || ^3.0.0",

@@ -47,12 +47,12 @@ "react": "^16.8.6 || ^17.0.0 || ^18.0.0",

"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-smarthr": "^0.3.6"
"eslint-plugin-smarthr": "^0.3.7"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc