Skip to content

Commit 2769478

Browse files
committed
Pre-fix lint issues
1 parent ba644f7 commit 2769478

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

files/rollup.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export default {
6363
// Emit .d.ts declaration files
6464
addon.declarations(
6565
'declarations',
66-
<% if (pnpm) { %>`pnpm ember-tsc --declaration --project ${tsConfig}`,
67-
<% } else if (npm) { %>`npm exec ember-tsc --declaration --project ${tsconfig}`,
68-
<% } else { %>`npx @glint/ember-tsc --declaration --project ${tsconfig}`,<% } %>
66+
<% if (pnpm) { %>`pnpm ember-tsc --declaration --project ${tsConfig}`,<% } else if (npm)
67+
{ %>`npm exec ember-tsc --declaration --project ${tsconfig}`,<% } else
68+
{ %>`npx @glint/ember-tsc --declaration --project ${tsconfig}`,<% } %>
6969
),<% } %>
7070

7171
// addons are allowed to contain imports of .css files, which we want rollup

files/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"include": ["src/**/*", "tests/**/*", "unpublished-development-types/**/*"],
1212
"compilerOptions": {
1313
"rootDir": ".",
14-
"types": ["ember-source/types", "vite/client", "@embroider/core/virtual", "@glint/ember-tsc/types"]
14+
"types": [
15+
"ember-source/types",
16+
"vite/client",
17+
"@embroider/core/virtual",
18+
"@glint/ember-tsc/types"
19+
]
1520
}
1621
}

0 commit comments

Comments
 (0)