Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 23, 2024
1 parent d8e7333 commit 1483b7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/fastboot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global atob */
module.exports = function () {
return {
buildSandboxGlobals(defaultGlobals) {
Expand Down
5 changes: 4 additions & 1 deletion lib/content-docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"name": "content-docs-generator",
"keywords": [
"ember-addon"
]
],
"dependencies": {
"broccoli-merge-trees": "*"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"algoliasearch": "^3.35.1",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-merge-trees": "^4.2.0",
"broccoli-static-site-json": "^4.4.1",
"ember-auto-import": "^2.6.0",
"ember-cli": "~4.10.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1483b7e

Please sign in to comment.