Skip to content

Commit c956d3b

Browse files
committedMar 26, 2015
Bump to v0.3.11.
1 parent 7ccea96 commit c956d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Will report at the import declaration if there are _no_ exported names found.
5050

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

53-
**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.
53+
**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.
5454

5555
### `no-reassign`
5656

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "Import with sanity.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)
Please sign in to comment.