File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,8 @@ const config = [
9292 {
9393 files : [
9494 '**/*.cjs' ,
95- '.prettierrc.js' ,
96- '.stylelintrc.js' ,
97- '.template-lintrc.js' ,
95+ '.prettierrc.cjs' ,
96+ '.template-lintrc.cjs' ,
9897 'addon-main.cjs' ,
9998 ] ,
10099 plugins : {
Original file line number Diff line number Diff line change 2525 "lint:js:fix" : " eslint . --fix" ,<% if (typescript) { %>
2626 "lint:types" : " glint" ,<% } %>
2727 "start" : " vite dev" ,
28- "test" : " vite build --mode=development && testem --file testem.js ci" ,
28+ "test" : " vite build --mode=development && testem --file testem.cjs ci" ,
2929 "prepack" : " rollup --config"
3030 },
3131 "dependencies" : {
Original file line number Diff line number Diff line change 1- /* global module, process */
21'use strict' ;
32
43if ( typeof module !== 'undefined' ) {
You can’t perform that action at this time.
0 commit comments