Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Remove no-lodash-import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Oct 21, 2016
1 parent 123435a commit 02a997a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 119 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#### v?.?.? (---)
#### v3.0.0 (---)

- Breaking: Removed `no-lodash-import` rule in favor of using [`babel-plugin-lodash`](https://github.com/lodash/babel-plugin-lodash) to transform root Lodash imports
- New rule: [`import-docblock`](docs/rules/import-docblock.md)
- Fix: `jsx-classname-namespace` will not allow underscores except as separator after namespace

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Then configure the rules you want to use under the rules section.
- [`i18n-no-variables`](docs/rules/i18n-no-variables.md): Disallow variables as translate strings
- [`jsx-classname-namespace`](docs/rules/jsx-classname-namespace.md): Ensure JSX className adheres to CSS namespace guidelines
- [`jsx-gridicon-size`](docs/rules/jsx-gridicon-size.md): Enforce recommended Gridicon size attributes
- [`no-lodash-import`](docs/rules/no-lodash-import.md): Disallow importing from the root Lodash module
- [`import-docblock`](docs/rules/import-docblock.md): Enforce external, internal dependencies docblocks

## License
Expand Down
27 changes: 0 additions & 27 deletions docs/rules/no-lodash-import.md

This file was deleted.

32 changes: 0 additions & 32 deletions lib/rules/no-lodash-import.js

This file was deleted.

58 changes: 0 additions & 58 deletions tests/lib/rules/no-lodash-import.js

This file was deleted.

0 comments on commit 02a997a

Please sign in to comment.