Skip to content

Commit

Permalink
Merge pull request #4 from victor-st/fend-6759-update-eslint-version
Browse files Browse the repository at this point in the history
chore(eslintDep): FEND-6759 Update peer dependency to support eslint 8.0
  • Loading branch information
xres authored Jan 11, 2024
2 parents bcbf0af + 4cb2210 commit bb261ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.2.0
- Updated base eslint dependency to include 8.0
- Updated copyright to Samsung Electronics Co., LTD

## 3.1.0
- Updated base eslint dependency to 5.1.0 and eslint-plugin-react to 7.7.0
- Updated to ecmaVersion: 2018
- Updated/removed ecmaFeatures

## 3.0.0
- Updated base eslint dependency to 4.0.0
- Added errors/for-direction rule
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-smartthings",
"version": "3.1.0",
"version": "3.2.0",
"description": "SmartThings's ESLint config",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/SmartThingsOSS/eslint-config-smartthings",
"peerDependencies": {
"eslint": "^5.1.0",
"eslint": "^5.1.0 || >= 8.0",
"eslint-plugin-react": "^7.7.0"
}
}

0 comments on commit bb261ff

Please sign in to comment.