Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from nblackburn/develop
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
nblackburn authored Nov 27, 2019
2 parents 68dde77 + f4811f9 commit a4baede
Show file tree
Hide file tree
Showing 19 changed files with 2,857 additions and 2,942 deletions.
15 changes: 0 additions & 15 deletions .eslintrc

This file was deleted.

26 changes: 26 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
env: {
es6: true,
jest: true,
node: true,
browser: true
},

extends: [
'eslint:recommended',
'plugin:prettier/recommended'
],

plugins: [
'prettier'
],

parserOptions: {
ecmaVersion: 6,
sourceType: 'module'
},

rules: {
'prettier/prettier': 'error'
}
};
6 changes: 6 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
semi: true,
tabWidth: 4,
singleQuote: true,
trailingComma: 'es5'
};
21 changes: 0 additions & 21 deletions .sail.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright © 2018 Nathaniel Blackburn
Copyright © 2019 Nathaniel Blackburn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ Unoffical wrapper for the devRant API.
## License

This wrapper is licensed under [MIT](http://opensource.org/licenses/mit), see [LICENSE.md](LICENSE.md) for details.

## Donations

[![](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://buymeacoffee.com/nblackburn)
This wrapper is licensed under [MIT](http://opensource.org/licenses/mit), see [LICENSE.md](LICENSE.md) for details.
Loading

0 comments on commit a4baede

Please sign in to comment.