-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow array values for plugin settings (#14)
Closes #8
- Loading branch information
1 parent
9ca9688
commit 011e192
Showing
6 changed files
with
644 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'eslint-plugin-import-sorting': minor | ||
--- | ||
|
||
Allow array values for plugin settings | ||
Settings options now accept an array of pattern strings, instead of only a single, more convoluted, RegExp string. | ||
Closes #8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.