Skip to content

Commit

Permalink
Standardized codemod (#53)
Browse files Browse the repository at this point in the history
* chore: Updated dependencies and scripts

* chore: Added lockfile

* chore: Updated import statements

* refactor: Renamed variable

* chore: Updated script

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 28, 2024
1 parent db0d01a commit 8c993ff
Show file tree
Hide file tree
Showing 20 changed files with 221 additions and 221 deletions.
4 changes: 1 addition & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
/.prettierignore
/.prettierrc.cjs
/build.sh
/codemod-test-fixture.sh
/codemod-test-fixtures.sh
/CONTRIBUTING.md
/create-test-fixture.sh
/update-test-fixtures.sh
/tests/
44 changes: 0 additions & 44 deletions codemod-test-fixture.sh

This file was deleted.

40 changes: 0 additions & 40 deletions codemod-test-fixtures.sh

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"scripts": {
"build": "./build.sh --production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint": "concurrently 'pnpm:lint:*(!fix)' --names 'lint:'",
"lint:fix": "concurrently 'pnpm:lint:*:fix' --names 'fix:'",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:types": "tsc --noEmit",
Expand All @@ -42,7 +42,7 @@
"@codemod-utils/ast-javascript": "^1.2.8",
"@codemod-utils/ast-template": "^1.1.4",
"@codemod-utils/blueprints": "^1.1.5",
"@codemod-utils/ember-cli-string": "^1.1.4",
"@codemod-utils/ember": "^2.0.0",
"@codemod-utils/files": "^2.0.4",
"yargs": "^17.7.2"
},
Expand All @@ -52,14 +52,14 @@
"@sondr3/minitest": "^0.1.2",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^18.19.44",
"@types/node": "^18.19.47",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
Loading

0 comments on commit 8c993ff

Please sign in to comment.