Skip to content

Commit

Permalink
config, package, package lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 24, 2024
1 parent 989e2ec commit c332a80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import globals from "globals";
import { config as defaultConfig } from "@fauna/typescript/config/js/eslint.config.js";
import * as espree from "espree";
import { config as defaultConfig } from "@fauna/typescript/config/eslint.config.js";
import globals from "globals";

export default [
...defaultConfig,
Expand Down
11 changes: 9 additions & 2 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 @@ -9,7 +9,6 @@
},
"bugs": "https://github.com/fauna/fauna-shell/issues",
"dependencies": {
"@fauna/typescript": "^0.0.7",
"@inquirer/prompts": "^7.0.0",
"awilix": "^12.0.2",
"chalk": "^5.3.0",
Expand All @@ -23,6 +22,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@fauna/typescript": "^0.0.7",
"@inquirer/testing": "^2.1.7",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.1",
Expand Down

0 comments on commit c332a80

Please sign in to comment.