Socket
Socket
Sign inDemoInstall

@berlysia/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berlysia/eslint-config - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

jest.js

@@ -41,2 +41,3 @@ module.exports = {

"jest/prefer-todo": "warn",
"jest/prefer-hooks-on-top": "error",
"jest/require-top-level-describe": "off", // トップレベルにtestを書かせろ

@@ -47,3 +48,4 @@ "jest/require-tothrow-message": "error",

"jest/valid-expect-in-promise": "error",
"jest/valid-title": "error",
},
};

2

package.json
{
"name": "@berlysia/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

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

@@ -49,2 +49,3 @@ module.exports = {

"react/jsx-no-undef": "error",
"react/jsx-no-useless-fragment": "error",
"react/jsx-pascal-case": "error",

@@ -51,0 +52,0 @@ "react/jsx-props-no-spreading": "off",

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