You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening (and reading) this document. :)
6
+
We are open to, and grateful for, any contributions made.
7
+
8
+
## Semantic Versioning
9
+
10
+
This repository generally follows semantic versioning. We release patch versions for bug fixes, minor versions for new features, and major versions for any breaking changes.
11
+
12
+
All releases to npm or any other supported distribution channels will corresponding to a tagged commit.
13
+
14
+
## `yarn` vs `npm`
15
+
16
+
This repository currently uses `yarn` as a development tool, but you may use `npm` instead.
17
+
18
+
## Testing
19
+
20
+
To only run linting:
21
+
22
+
`yarn run lint`
23
+
24
+
To run tests and coverage:
25
+
26
+
`yarn test`
27
+
28
+
To continuously watch and run tests, run the following:
29
+
30
+
`yarn test:watch`
31
+
32
+
## Sending a Pull Request
33
+
34
+
If you send a pull request, please do it against the master branch.
35
+
36
+
Please __do not__ bump the version and tag your pull request with a v\[number\] as it corresponds to a release.
37
+
38
+
Before submitting a pull request, please make sure the following is done:
39
+
40
+
- Fork the repository and create your branch from master.
41
+
- If you've added code that should be tested, add tests!
| patterns | array |`[]`| A list of pattern types that are supported by [multimatch][multimatch-package]|
84
-
| include | boolean |`false`| By default, this plugin will omit the matched result. Setting it to true will include the matched result instead of omitting |
85
-
| preview | boolean |`false`| To print the list of chunks that matches the patterns without applying the changes |
| patterns | array |`[]`| A list of pattern types that are supported by [multimatch][multimatch-package]|
84
+
| select | boolean |`false`| By default, this plugin will omit the matched result. Setting this to true will include the matched result instead of omitting them |
0 commit comments