Skip to content

Commit

Permalink
removing eslint in favor of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Jan 18, 2022
1 parent 040825f commit e527ef7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 711 deletions.
24 changes: 0 additions & 24 deletions .eslintrc.json

This file was deleted.

6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Contributing to sharer.js
=========================
# Contributing to sharer.js

It's so nice you want to contribute to our library! But we still need to keep some rules in order to make the development on sync.

Expand All @@ -24,12 +23,11 @@ git checkout -b my-awesome-feature
- Make sure no lint errors are raised.

```
npm test
npm lint
```

- Open pull request.

- Wait for our feedback!


That's it!

0 comments on commit e527ef7

Please sign in to comment.