Unverified Commit 47d88ff1 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

add a link to coding style guide

parent 797a73fa
# Current "Best Practice" Conventions
- Please use [JS Standard Style](https://standardjs.com/) as a coding style guide.
- `ES6 class` rather than ES5 to create class.
- CSS declaration using `csjs-inject`.
- CSS files:
......@@ -147,4 +149,5 @@ setTimeout(function () {
userCard.setNickname('new name')
usercard.update()
}, 5000)
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment