From e65c6afe443b1d6f761d7ffda9c90e90b9b1a94c Mon Sep 17 00:00:00 2001 From: Jake Teton-Landis Date: Sun, 27 Sep 2015 20:00:06 -0700 Subject: [PATCH] eslint-config-airbnb v0.1.0 --- packages/eslint-config-airbnb/README.md | 13 +++++++++++++ packages/eslint-config-airbnb/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config-airbnb/README.md b/packages/eslint-config-airbnb/README.md index d8af31f6a4..f142c5a894 100644 --- a/packages/eslint-config-airbnb/README.md +++ b/packages/eslint-config-airbnb/README.md @@ -44,6 +44,19 @@ You can make sure this module lints with itself using `npm run lint`. ## Changelog +### 0.1.0 + +- switch to modular rules files courtesy the [eslint-config-default][ecd] + project and [@taion][taion]. [PR][pr-modular] +- export `eslint-config-airbnb/legacy` for ES5-only users. + `eslint-config-airbnb/legacy` does not require the `babel-eslint` parser. + [PR][pr-legacy] + +[ecd]: https://github.com/walmartlabs/eslint-config-defaults +[taion]: https://github.com/taion +[pr-modular]: https://github.com/airbnb/javascript/pull/526 +[pr-legacy]: https://github.com/airbnb/javascript/pull/527 + ### 0.0.9 - add rule no-undef diff --git a/packages/eslint-config-airbnb/package.json b/packages/eslint-config-airbnb/package.json index 39f5126288..e7cd1bcc3c 100644 --- a/packages/eslint-config-airbnb/package.json +++ b/packages/eslint-config-airbnb/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-airbnb", - "version": "0.0.9", + "version": "0.1.0", "description": "Airbnb's ESLint config, following our styleguide", "main": "index.js", "scripts": {