Skip to content

Commit

Permalink
Pick up rename of @fauna/typescript -> @fauna/ts-dev-utils (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored Jan 14, 2025
1 parent 6db388a commit de82557
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { config as defaultConfig } from "@fauna/typescript/config/js/eslint.config.js";
import { config as defaultConfig } from "@fauna/ts-dev-utils/config/js/eslint.config.js";
import * as espree from "espree";
import globals from "globals";

Expand Down
19 changes: 6 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.16.0",
"@fauna/typescript": "^0.0.12",
"@fauna/ts-dev-utils": "^0.0.16",
"@inquirer/testing": "^2.1.7",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import basePrettierConfig from "@fauna/typescript/config/prettierrc.js";
import basePrettierConfig from "@fauna/ts-dev-utils/config/prettierrc.js";

/**
* @type {import("prettier").Config}
Expand Down

0 comments on commit de82557

Please sign in to comment.