Skip to content

Commit 569c7d8

Browse files
Merge pull request #28 from brianpattison/FAF-564-no-duplicate-imports
FAF-564: Update rules to include 'no-duplicate-imports' to enforce single line imports from same module
2 parents c68ed54 + 5f00dda commit 569c7d8

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
@@ -94,6 +94,7 @@ module.exports = {
9494
],
9595
"newline-before-return": "error",
9696
"no-alert": "off",
97+
"no-duplicate-imports": "error",
9798
"no-eq-null": "off",
9899
"no-unused-vars": [
99100
"error",

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.11",
3+
"version": "1.5.12",
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)