Skip to content

Commit

Permalink
🎉 feat: added support for custom promises and 201 empty responses
Browse files Browse the repository at this point in the history
  • Loading branch information
vnayyar committed Jun 23, 2020
1 parent 5da0fcc commit f365fc7
Show file tree
Hide file tree
Showing 9 changed files with 3,191 additions and 2,643 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ module.exports = {
quotes: ['error', 'single'],
semi: ['error', 'always'],
'no-console': ['off'],
'jsx-quotes': ['error', 'prefer-single'],
'jsx-quotes': ['error', 'prefer-double'],
'react/display-name': ['off', { ignoreTranspilerName: false }]
}
};

2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babylon",
"parser": "babel",
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"editor.fontSize": 12,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"prettier.eslintIntegration": true
"editor.formatOnSave": true
}
2 changes: 1 addition & 1 deletion dist/ReactPolling.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f365fc7

Please sign in to comment.