This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.12.0 - 2015-06-04
2
+
3
+ - Changed: upgrade to eslint 0.22.x
4
+ - Fixed: respect .eslintrc files in directory tree ([ #21 ] ( https://github.com/MoOx/eslint-loader/issues/21 ) )
5
+
1
6
# 0.11.2 - 2015-05-11
2
7
3
8
- Fixed: eslint range from 0.17 to 0.21
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014 Maxime Thirouin
3
+ Copyright (c) 2015 Maxime Thirouin
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-loader" ,
3
- "version" : " 0.11.2 " ,
3
+ "version" : " 0.12.0 " ,
4
4
"description" : " eslint loader (for webpack)" ,
5
5
"keywords" : [
6
6
" lint" ,
7
+ " linter" ,
7
8
" eslint" ,
8
9
" loader" ,
9
10
" webpack"
24
25
" index.js"
25
26
],
26
27
"peerDependencies" : {
27
- "eslint" : " 0.17 - 0.21 "
28
+ "eslint" : " 0.21 - 0.22 "
28
29
},
29
30
"dependencies" : {
30
31
"loader-utils" : " ^0.2.7" ,
31
32
"object-assign" : " ^2.0.0"
32
33
},
33
34
"devDependencies" : {
34
- "eslint" : " ^0.21.2 " ,
35
+ "eslint" : " ^0.22.1 " ,
35
36
"eslint-friendly-formatter" : " ^1.0.3" ,
36
37
"tape" : " ^4.0.0" ,
37
38
"webpack" : " ^1.8.4"
You can’t perform that action at this time.
0 commit comments