mirror of https://github.com/lukechilds/rollup.git
Kurt Blackwell
9 years ago
38 changed files with 58 additions and 59 deletions
@ -0,0 +1,9 @@ |
|||
{ |
|||
"rules": { |
|||
"no-console": [ 0 ], |
|||
"no-unused-vars": [ "error", { "vars": "all", "args": "none" } ] |
|||
}, |
|||
"env": { |
|||
"mocha": true |
|||
} |
|||
} |
@ -1,3 +1,3 @@ |
|||
module.exports = { |
|||
description: 'consistent renaming test e' |
|||
} |
|||
}; |
@ -1,5 +1,3 @@ |
|||
var assert = require( 'assert' ); |
|||
|
|||
module.exports = { |
|||
description: 'allows export { x as y }' |
|||
}; |
|||
|
@ -1,5 +1,3 @@ |
|||
var assert = require('assert'); |
|||
|
|||
module.exports = { |
|||
description: 'dynamic object assignments should be imported' |
|||
}; |
|||
|
Loading…
Reference in new issue