Skip to content

Commit ecf9477

Browse files
Merge pull request #24 from brianpattison/FAF-260-newline-before-return
FAF-260: Add 'newline-before-return' rule
2 parents c761e4c + 2c8d717 commit ecf9477

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module.exports = {
9292
}
9393
}
9494
],
95+
"newline-before-return": "error",
9596
"no-alert": "off",
9697
"no-eq-null": "off",
9798
"no-unused-vars": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-simplymadeapps",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "ESLint config for Simply Made Apps",
55
"homepage": "https://github.com/simplymadeapps/eslint-config-simplymadeapps",
66
"license": "MIT",

0 commit comments

Comments
 (0)