Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 3dba1ab

Browse files
committed
Reverted Esl-Lint Changes. 1.0.13 release
1 parent 20c04e6 commit 3dba1ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rules:
7777
no-reserved-keys: 0
7878
no-restricted-modules: 0
7979
no-return-assign: 2
80-
no-script-url: 0
80+
no-script-url: 2
8181
no-self-compare: 2
8282
no-sequences: 2
8383
no-shadow: 2

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.13
2+
-------------------
3+
- Remove Hyperlink. Reverted ES-Lint Script Reporting.
4+
15
1.0.12
26
-------------------
37
- [# HRef Fix](https://github.com/alexcurtis/react-treebeard/issues/6)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-treebeard",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "React Tree View Component",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)