File tree Expand file tree Collapse file tree 3 files changed +460
-687
lines changed Expand file tree Collapse file tree 3 files changed +460
-687
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.6.0
4
+
5
+ - Upgrade to eslint 8+
6
+
3
7
## 0.5.0
4
8
5
9
- Update dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @exercism/eslint-config-javascript" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " ESLint configuration for the JavaScript track on Exercism" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
10
10
"license" : " MIT" ,
11
11
"peerDependencies" : {
12
12
"@babel/core" : " >= 7.15" ,
13
- "eslint" : " >= 7.32 "
13
+ "eslint" : " >= 8.0.0 "
14
14
},
15
15
"devDependencies" : {
16
- "@babel/core" : " ^7.15.5 " ,
17
- "eslint" : " ^7.32 .0" ,
18
- "prettier" : " ^2.3.2 "
16
+ "@babel/core" : " ^7.17.0 " ,
17
+ "eslint" : " ^8.8 .0" ,
18
+ "prettier" : " ^2.5.1 "
19
19
},
20
20
"dependencies" : {
21
- "@babel/eslint-parser" : " ^7.15.4 " ,
22
- "@babel/eslint-plugin" : " ^7.14 .5" ,
21
+ "@babel/eslint-parser" : " ^7.17.0 " ,
22
+ "@babel/eslint-plugin" : " ^7.16 .5" ,
23
23
"eslint-config-prettier" : " ^8.3.0" ,
24
- "eslint-plugin-import" : " ^2.24.2 "
24
+ "eslint-plugin-import" : " ^2.25.4 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments