add a link to coding style guide

pull/1/head
Liana Husikyan 6 years ago committed by GitHub
parent 797a73fad4
commit 47d88ff11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      best-practices.md

@ -1,5 +1,7 @@
# 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)
```

Loading…
Cancel
Save