Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Oct 14, 2024
1 parent c9936e8 commit b66f1b1
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 515 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

103 changes: 0 additions & 103 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "printWidth": 120 }
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,17 +246,6 @@ guest.connect({

---

## Contributing

We use the [airbnb style guide](https://github.com/airbnb/javascript) when writing javascript, with
some minor modifications. Make sure eslint is installed and running before making changes, as it
will ensure your coding style matches that of the project.

We use [commitizen](https://github.com/commitizen/cz-cli) and
[angular's conventional changelog](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits)
to enforce a consistent commit format. When writing commits, make sure you run `npm run commit`
instead of `git commit`.

## License

[MIT](license-url)
Loading

0 comments on commit b66f1b1

Please sign in to comment.