Thanks to visit codestin.com Credit goes to github.com
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 e032613Copy full SHA for e032613
packages/eslint-config-airbnb/README.md
@@ -44,6 +44,14 @@ You can make sure this module lints with itself using `npm run lint`.
44
45
## Changelog
46
47
+### 1.0.2
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.1
52
53
+oops
54
55
### 1.0.0
56
- require `eslint` `v1.0.0` or higher
57
- 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.2",
4
"description": "Airbnb's ESLint config, following our styleguide",
5
"main": "index.js",
6
"scripts": {
0 commit comments