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

eslint-config-edx-es5

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-edx-es5 - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

3

CHANGELOG.md
# Changelog
## 2.0.0 (02-24-2017)
* Upgrade ESLint from v2 to v3, for compatibility with eslint-config-edx
## 1.2.1 (02-24-2017)

@@ -4,0 +7,0 @@ * Package moved from eslint-config-edx. Complete parity with eslint-config-edx v1.2.1.

13

package.json
{
"name": "eslint-config-edx-es5",
"version": "1.2.1",
"version": "2.0.0",
"description": "ESLint config for edX JavaScript ES5 code.",

@@ -22,12 +22,7 @@ "main": "index.js",

"dependencies": {
"eslint": "^2.13.1",
"eslint": "^3.16.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-dollar-sign": "0.0.5",
"eslint-plugin-import": "^1.9.2"
},
"peerDependencies": {
"eslint": "^2.12.0",
"eslint-plugin-dollar-sign": "0.0.5",
"eslint-plugin-import": "^1.9.2"
"eslint-plugin-dollar-sign": "1.0.0",
"eslint-plugin-import": "^1.7.0"
}
}

@@ -6,2 +6,4 @@ ## `eslint-config-edx-es5`

Note that versions of this config prior to v2.0.0 are INCOMPATIBLE with eslint-config-edx.
edX maintains high-level documentation on the [Open edX Developer's Guide](http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/user_interface_development.html?highlight=ux#adding-a-ui-page) on how we write new JavaScript features, including our use of RequireJS, Underscore and Backbone. This document seeks to be a lower-level guide on the semantics of how we write ES5 JavaScript, including nuts and bolts about spacing, syntax, and variable naming.

@@ -8,0 +10,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