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 c761e4c + 2c8d717 commit ecf9477Copy full SHA for ecf9477
index.js
@@ -92,6 +92,7 @@ module.exports = {
92
}
93
94
],
95
+ "newline-before-return": "error",
96
"no-alert": "off",
97
"no-eq-null": "off",
98
"no-unused-vars": [
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-simplymadeapps",
3
- "version": "1.5.8",
+ "version": "1.5.9",
4
"description": "ESLint config for Simply Made Apps",
5
"homepage": "https://github.com/simplymadeapps/eslint-config-simplymadeapps",
6
"license": "MIT",
0 commit comments