File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
12
## 3.0.0
4
13
- Updated base eslint dependency to 4.0.0
5
14
- Added errors/for-direction rule
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-smartthings" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " SmartThings's ESLint config" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
36
36
},
37
37
"homepage" : " https://github.com/SmartThingsOSS/eslint-config-smartthings" ,
38
38
"peerDependencies" : {
39
- "eslint" : " ^5.1.0" ,
39
+ "eslint" : " ^5.1.0 || >= 8.0 " ,
40
40
"eslint-plugin-react" : " ^7.7.0"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments