Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark committed Nov 25, 2024
1 parent a78d1ef commit e86d155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rules/filenames-match-regex.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This is adapted from https://github.com/selaux/eslint-plugin-filenames since it's no longer actively maintained
// and needed a fix for eslint v9
const path = require('path')
const parseFilename = require('../utils/parse-filename')
const getExportedName = require('../utils/get-exported-name')
Expand Down

0 comments on commit e86d155

Please sign in to comment.