Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Sep 23, 2024
1 parent fcde86d commit c6d1be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { config } from "@susisu/eslint-config";
import globals from "globals";

export default config({}, [
export default config({ tsconfigRootDir: import.meta.dirname }, [
{
files: ["src/**/*.ts"],
rules: {
Expand Down

0 comments on commit c6d1be0

Please sign in to comment.