File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments