Skip to content

Commit

Permalink
Drop adde-lint, use eslint directly for "lint:js" run-script (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic authored Feb 5, 2025
1 parent b531036 commit 34b2951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/blueprints/*/files/**/*.js
**/*.ts
dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docs:deploy": "ember try:one ember-default-docs --- ember deploy production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"lint:files": "ember adde-lint --file-names",
"lint:js": "ember adde-lint --javascript",
"lint:js": "eslint .",
"lint:sass": "ember adde-lint --sass",
"release": "release-it",
"start": "ember serve",
Expand Down

0 comments on commit 34b2951

Please sign in to comment.