Skip to content

Commit

Permalink
Bump to v0.3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Mar 26, 2015
1 parent 7ccea96 commit c956d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Will report at the import declaration if there are _no_ exported names found.

Also, will report for computed references (i.e. `foo["bar"]()`).

**Implementation note**: currently, this rule does not check for possible redefinition of the namespace in an intermediate scope. Adherence to the ESLint `no-shadow` rule for namespaces will prevent this from being a problem.
**Implementation note**: currently, this rule does not check for possible redefinition of the namespace in an intermediate scope. Adherence to either `import/no-reassign` or the ESLint `no-shadow` rule for namespaces will prevent this from being a problem.

### `no-reassign`

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "0.3.10",
"version": "0.3.11",
"description": "Import with sanity.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c956d3b

Please sign in to comment.