Skip to content

Commit ef9a4fd

Browse files
committed
Run prettier
1 parent e1a4871 commit ef9a4fd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/Elastic.Documentation.Site/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"jsx": "react-jsx",
1717
"jsxImportSource": "@emotion/react"
1818
},
19-
"include": [
20-
"Assets/**/*"
21-
],
22-
"exclude": [
23-
"node_modules",
24-
"_static"
25-
]
26-
}
19+
"include": ["Assets/**/*"],
20+
"exclude": ["node_modules", "_static"]
21+
}

0 commit comments

Comments
 (0)