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

eslint-config-instant

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-instant - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

13

backend.js

@@ -25,10 +25,2 @@ module.exports = {

'import/resolver': {
alias: {
map: [
['@module', './src/modules'],
['@common', './src/common'],
['@util', './src/util'],
],
extensions: ['.js', '.ts'],
},
node: {

@@ -56,2 +48,3 @@ extensions: ['.js', '.ts'],

],
'import/newline-after-import': ['error', { considerComments: true }],
'import/no-extraneous-dependencies': [

@@ -84,3 +77,2 @@ 'error',

'default-case-last': 'error',
'import/order': [

@@ -114,3 +106,2 @@ 'error',

],
'prettier/prettier': [

@@ -123,3 +114,3 @@ 'error',

tabWidth: 2,
trailingComma: 'none',
trailingComma: 'all',
useTabs: true,

@@ -126,0 +117,0 @@ arrowParens: 'avoid',

6

package.json
{
"name": "eslint-config-instant",
"version": "2.0.1",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/instantcommerce/eslint-config-instant"
},
"main": "index.js",

@@ -5,0 +9,0 @@ "files": [

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