Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 12, 2023
1 parent 40c015b commit 91ad537
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"build:flags": "RETAIN_FLAGS=true ember build --env production --suppress-sizes",
"clean": "node ./bin/clean.mjs",
"generate:opcodes": "esyes bin/opcodes.mts all",
"link:all": "esyes ./bin/link-all.mts",
"lint": "npm-run-all lint:*",
"lint:files": "turbo lint",
"lint:format": "prettier -c .",
Expand All @@ -36,8 +37,7 @@
"test:node": "node bin/run-node-tests.mjs",
"test:smoke": "SMOKE_TESTS=true ember test",
"test:types": "node bin/run-types-tests.mjs",
"unlink:all": "esyes ./bin/unlink-all.mts",
"link:all": "esyes ./bin/link-all.mts"
"unlink:all": "esyes ./bin/unlink-all.mts"
},
"pnpm": {
"overrides": {
Expand All @@ -49,6 +49,9 @@
"@release-it-plugins/[email protected]": "patches/@[email protected]"
},
"peerDependencyRules": {
"allowAny": [
"vite-plugin-babel"
],
"allowedVersions": {
"@rollup/pluginutils": "5",
"rollup": "3",
Expand Down Expand Up @@ -82,8 +85,8 @@
"@types/qunit": "^2.19.9",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.4.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"amd-name-resolver": "^1.3.1",
"auto-dist-tag": "^2.1.1",
"babel-plugin-macros": "^3.1.0",
Expand Down
49 changes: 24 additions & 25 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 91ad537

Please sign in to comment.