Skip to content

Commit ba20caf

Browse files
Publish release (#15)
1 parent 011e192 commit ba20caf

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/tiny-chefs-pay.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-plugin-import-sorting
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- Allow array values for plugin settings ([#14](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/14))
8+
Settings options now accept an array of pattern strings, instead of only a single, more convoluted, RegExp string.
9+
Closes #8
10+
311
## 1.1.0
412

513
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-sorting",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)