Skip to content

Commit 74de9c2

Browse files
committed
v0.7.0
1 parent d7e9e4f commit 74de9c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
_) _)
99
```
1010

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+
1115
## **Byte-Sized JavaScript Coding Standards** (*v0.5.0*)
1216

1317
* Updated the rule definitions to be stricter. — Now violations result in **errors**, not *warnings*.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-jsbites",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Byte-Sized JavaScript Coding Standards",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)