Socket
Socket
Sign inDemoInstall

eslint-config-egg

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-egg - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

7

History.md
2.0.0 / 2016-03-04
==================
* feat: enable ecmaVersion 6
* feat: remove consistent-return
* upgrade eslint to 2.0.0
1.0.3 / 2016-01-11

@@ -3,0 +10,0 @@ ==================

6

package.json
{
"name": "eslint-config-egg",
"version": "1.0.3",
"version": "2.0.0",
"description": "Node Style Guide for Egg.",

@@ -8,3 +8,3 @@ "main": "index",

"autod": "2",
"eslint": "1",
"eslint": "2",
"mocha": "~2.3.3"

@@ -21,3 +21,3 @@ },

"test": "mocha",
"ci": "tnpm run lint && tnpm run test",
"ci": "npm run lint && npm run test",
"autod": "autod -e test/fixtures -f ~ -w"

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

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