New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-g

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-g - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

2

package.json
{
"name": "eslint-g",
"version": "0.4.5",
"version": "0.4.6",
"description": "Generator eslint config for pspgbhu",

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

@@ -10,3 +10,4 @@ const plugins = [

rc =
`module.exports = {
`
module.exports = {
"parser": "babel-eslint",

@@ -43,6 +44,7 @@ "plugins": [

"no-unused-vars": 1,
"no-use-before-define": ["error", { "functions": false, "classes": false }],
"no-trailing-spaces": [1, { "skipBlankLines": true }],
"no-unreachable": 1,
"no-alert": 0,
"arrow-body-style": 0,
"arrow-body-style": 0,
"class-methods-use-this": 0,

@@ -49,0 +51,0 @@ "react/jsx-uses-react": 1,

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