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

eslint-config-tidal

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tidal - npm Package Compare versions

Comparing version 1.1.4 to 1.2.0

6

esnext.js

@@ -15,6 +15,5 @@ const path = require('path');

parserOptions: {
ecmaVersion: 2017,
ecmaVersion: 2018 ,
ecmaFeatures: {
jsx: false,
experimentalObjectRestSpread: true,
arrowFunctions: true,

@@ -34,6 +33,5 @@ destructuring: true,

templateStrings: true,
superInFunctions: true,
experimentalObjectRestSpread: true
superInFunctions: true
}
}
};
{
"name": "eslint-config-tidal",
"version": "1.1.4",
"version": "1.2.0",
"description": "ESLint sharable config for TIDAL",

@@ -20,3 +20,3 @@ "files": [

"engines": {
"node": ">=4.0"
"node": ">=6"
},

@@ -44,4 +44,4 @@ "scripts": {

"devDependencies": {
"eslint": "^4.3.0",
"ava": "^0.21.0",
"ava": "^0.25.0",
"eslint": "^5.7.0",
"is-plain-obj": "^1.1.0",

@@ -51,7 +51,7 @@ "temp-write": "^3.3.0"

"dependencies": {
"eslint-config-xo": "^0.18.2"
"eslint-config-xo": "^0.25.0"
},
"peerDependencies": {
"eslint": ">=4"
"eslint": ">=5.7.0"
}
}
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