UNPKG

eslint-config-edx

Version:
25 lines (17 loc) 621 B
# Changelog ## 4.0.4 (2018-07-05) * Pin eslint-plugin-jsx-a11y to 6.0.3 ## 2.0.1 (03-31-2017) * Fix linting of ES2015 modules ## 2.0.0 (02-24-2017) * Update for compatibility with ES2015+ * Upgrade dependencies, including ESLint to v3 * Move ES5 config to new package, eslint-config-edx-es5 ## 1.2.1 (2016-08-04) * Change `strict` rule from `"function"` to `"safe"`. ## 1.2.0 (2016-07-08) * Removed quote-props rule (defaults to as-needed). ## 1.1.0 (2016-07-05) * Add new rule `dollar-sign`: All variables that represent jQuery objects should be named starting with a `$`. ## 1.0.0 (2016-06-23) * Initial release