Skip to content

Commit

Permalink
Move files we want to share between js and ts to the shared files-ove…
Browse files Browse the repository at this point in the history
…rride folder
  • Loading branch information
NullVoxPopuli committed Oct 4, 2024
1 parent ec657eb commit e896171
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
File renamed without changes.
7 changes: 7 additions & 0 deletions files-override/shared/.prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module.exports = {
plugins: ['prettier-plugin-ember-template-tag'],
singleQuote: true,
overrides: [
{
files: ['*.js', '*.ts', '*.cjs', '.mjs', '.cts', '.mts', '.cts'],
Expand All @@ -10,6 +11,12 @@ module.exports = {
trailingComma: 'es5',
},
},
{
files: ['*.html'],
options: {
singleQuote: false,
},
},
{
files: ['*.json'],
options: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<script type="module">
import { start } from './test-helper';
import.meta.glob("./**/*.{js,gjs,gts}", { eager: true });
import.meta.glob("./**/*.{js,ts,gjs,gts}", { eager: true });
start();
</script>

Expand Down
File renamed without changes.

0 comments on commit e896171

Please sign in to comment.