File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
exports . rules = {
2
2
"exists" : require ( "./lib/rules/exists" ) ,
3
- "named" : require ( "./lib/rules/named" )
3
+ "named" : require ( "./lib/rules/named" ) ,
4
+ "default" : require ( "./lib/rules/default" )
4
5
} ;
5
6
6
7
exports . rulesConfig = {
7
8
"exists" : 2 ,
8
- "named" : 2
9
+ "named" : 2 ,
10
+ "default" : 2
9
11
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Import with sanity." ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
27
27
"homepage" : " https://github.com/benmosher/eslint-plugin-import" ,
28
28
"devDependencies" : {
29
29
"chai" : " ^2.1.2" ,
30
- "eslint" : " ^0.16.x" ,
31
30
"eslint-tester" : " ^0.6.0" ,
32
31
"mocha" : " ^2.2.1" ,
33
32
"object-assign" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments