Skip to content

Commit bb261ff

Browse files
authored
Merge pull request #4 from victor-st/fend-6759-update-eslint-version
chore(eslintDep): FEND-6759 Update peer dependency to support eslint 8.0
2 parents bcbf0af + 4cb2210 commit bb261ff

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)