We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7476c31 commit 0d9b402Copy full SHA for 0d9b402
packages/eslint-config-airbnb/README.md
@@ -44,6 +44,10 @@ You can make sure this module lints with itself using `npm run lint`.
44
45
## Changelog
46
47
+### 1.0.1
48
+- enable rest params in linter, derp. (#592)
49
+- enforce rule 18.5, ensuring files end with a single newline character. (#578)
50
+
51
### 1.0.0
52
- require `eslint` `v1.0.0` or higher
53
- removes `babel-eslint` dependency
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-airbnb",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Airbnb's ESLint config, following our styleguide",
5
"main": "index.js",
6
"scripts": {
0 commit comments