Skip to content

Commit c32445b

Browse files
committed
fix lint
1 parent de6b3ad commit c32445b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test-packages/ember-cli-fastboot-testing-app/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
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:*",
17-
"lint:hbs": "ember-template-lint .",
18-
"lint:js": "eslint .",
1916
"start": "ember serve",
2017
"test": "npm-run-all lint:* test:*",
2118
"test:ember": "ember test"

test-packages/example-addon/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
},
1616
"scripts": {
1717
"build": "ember build --environment=production",
18-
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
19-
"lint:hbs": "ember-template-lint .",
20-
"lint:js": "eslint .",
2118
"start": "ember serve",
2219
"test": "npm-run-all lint:* test:*",
2320
"test:ember": "ember test",

0 commit comments

Comments
 (0)