Skip to content

Commit 5a565cb

Browse files
authored
add license to readme
1 parent a079259 commit 5a565cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ Create a new rule file, test file, and docs file in `./src/rules`, `./test/src/r
7373
- Testing your rule: [`RuleTester` documentation](https://eslint.org/docs/developer-guide/nodejs-api#ruletester)
7474

7575
Note that when exporting the rule, you use the unprefixed ID, but when adding the rule to the configuration, you need to use the fully-qualified name of the rule (in the format `vue-test-utils/{id}`).
76+
77+
## License
78+
79+
[MIT](./LICENSE)

0 commit comments

Comments
 (0)