Skip to content

Commit 4cb2210

Browse files
committed
chore(eslintDep): FEND-6759 Update peer dependency to support eslint 8.0
Resolves FEND-6759 - Update peer dependency to support eslint 8.0 - Bump version to 3.2.0 - Update changelog
1 parent bcbf0af commit 4cb2210

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.2.0
4+
- Updated base eslint dependency to include 8.0
5+
- Updated copyright to Samsung Electronics Co., LTD
6+
7+
## 3.1.0
8+
- Updated base eslint dependency to 5.1.0 and eslint-plugin-react to 7.7.0
9+
- Updated to ecmaVersion: 2018
10+
- Updated/removed ecmaFeatures
11+
312
## 3.0.0
413
- Updated base eslint dependency to 4.0.0
514
- Added errors/for-direction rule

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-smartthings",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "SmartThings's ESLint config",
55
"main": "index.js",
66
"repository": {
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/SmartThingsOSS/eslint-config-smartthings",
3838
"peerDependencies": {
39-
"eslint": "^5.1.0",
39+
"eslint": "^5.1.0 || >= 8.0",
4040
"eslint-plugin-react": "^7.7.0"
4141
}
4242
}

0 commit comments

Comments
 (0)