Skip to content

Commit

Permalink
Swiched to Standard js style guide, bye semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Apr 14, 2017
1 parent 02b3bb4 commit b7c19fe
Show file tree
Hide file tree
Showing 18 changed files with 645 additions and 674 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

30 changes: 0 additions & 30 deletions .eslintrc

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,5 @@
> **_Noty version_**: .....
> **_Browser_**: .....
> **_OS_**: .....
> **_jsFiddle link (if available)_**: .....
----------
4 changes: 3 additions & 1 deletion README.markdown
Expand Up @@ -40,7 +40,7 @@ new Noty({
text: 'Notification text'
}).show();

// or
// or

const Noty = require('noty');

Expand All @@ -57,3 +57,5 @@ $ npm run dev
$ npm run build
$ npm test
```

[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

0 comments on commit b7c19fe

Please sign in to comment.