mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-16 03:13:08 +08:00
fix: remove unused fs imports in 3 hook scripts
readFile utility replaced direct fs usage but the imports weren't removed, causing ESLint no-unused-vars failures in CI.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
* sessions and learned skills.
|
||||
*/
|
||||
|
||||
const fs = require('fs');
|
||||
const {
|
||||
getSessionsDir,
|
||||
getLearnedSkillsDir,
|
||||
|
||||
Reference in New Issue
Block a user