eslint-config-edx-es5
Advanced tools
Comparing version 1.2.1 to 2.0.0
# 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. |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22219
4
227
+ Addedbabel-code-frame@6.26.0(transitive)
+ Addeddoctrine@2.1.0(transitive)
+ Addedeslint@3.19.0(transitive)
+ Addedeslint-plugin-dollar-sign@1.0.0(transitive)
+ Addedesquery@1.6.0(transitive)
+ Addedfile-entry-cache@2.0.0(transitive)
+ Addedinterpret@1.4.0(transitive)
+ Addedjs-tokens@3.0.2(transitive)
+ Addednatural-compare@1.4.0(transitive)
+ Addedrechoir@0.6.2(transitive)
+ Addedshelljs@0.7.8(transitive)
+ Addedstrip-bom@3.0.0(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)
- Removedeslint-plugin-dollar-sign@0.0.5(transitive)
Updatedeslint@^3.16.0
Updatedeslint-plugin-import@^1.7.0