We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2fc3a5 + b93a1cd commit c761e4cCopy full SHA for c761e4c
index.js
@@ -118,6 +118,7 @@ module.exports = {
118
"react/jsx-no-literals": 1,
119
"react/jsx-sort-props": [1, { "ignoreCase": true }],
120
"react/jsx-uses-vars": 1,
121
+ "require-await": "error",
122
"sort-class-members/sort-class-members": [
123
2,
124
{
package.json
@@ -1,6 +1,6 @@
1
2
"name": "eslint-config-simplymadeapps",
3
- "version": "1.5.7",
+ "version": "1.5.8",
4
"description": "ESLint config for Simply Made Apps",
5
"homepage": "https://github.com/simplymadeapps/eslint-config-simplymadeapps",
6
"license": "MIT",
0 commit comments