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.
2 parents 4aab909 + 64e13a2 commit 79bce5fCopy full SHA for 79bce5f
packages/eslint-config-airbnb/README.md
@@ -27,3 +27,9 @@ programming to structure our README as test cases for our .eslintrc?
27
You can run tests with `npm test`.
28
29
You can make sure this module lints with itself using `npm run lint`.
30
+
31
+## Changelog
32
33
+### 0.0.8
34
+ - now has a changelog
35
+ - now is modular (see instructions above for with react and without react versions)
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-airbnb",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "Airbnb's ESLint config, following our styleguide",
5
"main": "index.js",
6
"scripts": {
0 commit comments