There was an error while loading. Please reload this page.
1 parent d7e9e4f commit 74de9c2Copy full SHA for 74de9c2
CHANGELOG.md
@@ -8,6 +8,10 @@
8
_) _)
9
```
10
11
+## **Byte-Sized JavaScript Coding Standards** (*v0.7.0*)
12
+
13
+* Slightly changed the code to keep it compatible with the recent version of ESLint.
14
15
## **Byte-Sized JavaScript Coding Standards** (*v0.5.0*)
16
17
* Updated the rule definitions to be stricter. — Now violations result in **errors**, not *warnings*.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-jsbites",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "Byte-Sized JavaScript Coding Standards",
5
"main": "index.js",
6
"scripts": {
0 commit comments