Skip to content

Commit fa2949a

Browse files
authored
Update CONTRIBUTING.md
1 parent ac995c5 commit fa2949a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ When contributing to this repository, please first discuss the change you wish t
55
If you intend to change the public API, or make any non-trivial changes to the implementation, we recommend filing an issue. This lets us reach an agreement on your proposal before you put significant effort into it.
66

77
## Javascript style guides
8-
Javascript must adhere to [Vue.js official recommended style](https://github.com/vuejs/eslint-plugin-vue).
8+
- Javascript must adhere to [Vue.js official recommended style](https://github.com/vuejs/eslint-plugin-vue).
9+
- Lint command: `npm run lint`.
910

1011
## DocBlock
1112
Every function, methods, computed properties, props should have a docblock to explain what it does

0 commit comments

Comments
 (0)