File tree Expand file tree Collapse file tree 6 files changed +21
-4
lines changed Expand file tree Collapse file tree 6 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1+ # EditorConfig helps developers define and maintain consistent
2+ # coding styles between different editors and IDEs
3+ # editorconfig.org
4+
5+ root = true
6+
7+ [* ]
8+ end_of_line = lf
9+ charset = utf-8
10+ trim_trailing_whitespace = true
11+ insert_final_newline = true
12+ indent_style = space
13+ indent_size = 2
14+
15+ [* .hbs ]
16+ insert_final_newline = false
17+
18+ [* .{diff,md} ]
19+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 3434 node-version : ${{ matrix.node-version }}
3535 cache : pnpm
3636 - run : pnpm install --frozen-lockfile
37- - run : pnpm --filter "./packages/*" lint
37+ - run : pnpm lint
3838
3939 test-all-packages :
4040 name : Ember Tests
Original file line number Diff line number Diff line change 66 "url" :
" [email protected] :ember-fastboot/ember-cli-fastboot.git" 77 },
88 "scripts" : {
9+ "lint" : " pnpm --filter './*packages/**' lint" ,
910 "test" : " npm-run-all test:*" ,
1011 "test:ember-cli-fastboot" : " pnpm --filter ember-cli-fastboot test:ember" ,
1112 "test:fastboot" : " pnpm --filter fastboot test" ,
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "build" : " ember build" ,
1515 "build:prod" : " ember build --environment=production" ,
16- "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*" ,
1716 "lint:hbs" : " ember-template-lint ." ,
1817 "lint:js" : " eslint ." ,
1918 "start" : " ember serve" ,
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "build" : " ember build" ,
1515 "build:prod" : " ember build --environment=production" ,
16- "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*" ,
1716 "lint:hbs" : " ember-template-lint ." ,
1817 "lint:js" : " eslint ." ,
1918 "start" : " ember serve" ,
Original file line number Diff line number Diff line change 1212 },
1313 "scripts" : {
1414 "build" : " ember build --environment=production" ,
15- "lint" : " npm-run-all --aggregate-output --continue-on-error --parallel lint:*" ,
1615 "lint:hbs" : " ember-template-lint ." ,
1716 "lint:js" : " eslint ." ,
1817 "start" : " ember serve" ,
You can’t perform that action at this time.
0 commit comments