Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 2d06065

Browse files
committed
Updating formatting to comply with eslint rules
1 parent fb0eeca commit 2d06065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-type-alias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = {
7171
const allowAliases = options && options.allowAliases || "never";
7272
const allowCallbacks = options && options.allowCallbacks || "never";
7373
const allowLiterals = options && options.allowLiterals || "never";
74-
const allowMappedTypes = options && options.allowMappedTypes || "never";
74+
const allowMappedTypes = options && options.allowMappedTypes || "never";
7575

7676
const unions = [true, "always", "in-unions", "in-unions-and-intersections"];
7777
const intersections = [true, "always", "in-intersections", "in-unions-and-intersections"];

0 commit comments

Comments
 (0)