Skip to content

Commit

Permalink
Eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy committed Dec 20, 2024
1 parent 5f40b3e commit 11dbbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/fixContentIds.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {readFileSync, writeFileSync} from 'fs';
import {writeFileSync} from 'fs';
import {getContentByType} from './src/utils/utils';
import path from 'path';

Expand Down
2 changes: 1 addition & 1 deletion content/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"jsx": "react-jsx",
"typeRoots": ["./types", "./node_modules/@types"],
},
"include": ["src", "types", "buildContent.ts", "exportToCsv.ts", "importFromCsv.ts", "jest.config.js"],
"include": ["src", "types", "buildContent.ts", "exportToCsv.ts", "importFromCsv.ts", "fixContentIds.ts", "jest.config.js"],
}

0 comments on commit 11dbbc8

Please sign in to comment.