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

eslint-strusoft

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-strusoft - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/formatting.js

@@ -16,3 +16,3 @@ module.exports = {

// 'id-match': [2],
'indent': [2, 4, { 'SwitchCase': 1}],
'indent': [2, 2, { 'SwitchCase': 1}],
'jsx-quotes': [2, 'prefer-double'],

@@ -19,0 +19,0 @@ 'key-spacing': [2, {'beforeColon': false, 'afterColon': true}],

module.exports = {
'parser': 'babel-eslint',
'parserOptions': {

@@ -3,0 +4,0 @@ 'ecmaFeatures': {

{
"name": "eslint-strusoft",
"version": "1.0.0",
"version": "1.0.1",
"description": "Strusoft eslint",

@@ -19,4 +19,5 @@ "main": "index.js",

"dependencies": {
"babel-eslint": "6.0.2",
"eslint-plugin-react": "5.0.0"
}
}
module.exports = {
'parser': 'babel-eslint',
'plugins': [

@@ -3,0 +4,0 @@ 'react'

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