Skip to content

Commit e86d155

Browse files
committed
add comment
1 parent a78d1ef commit e86d155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rules/filenames-match-regex.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This is adapted from https://github.com/selaux/eslint-plugin-filenames since it's no longer actively maintained
2+
// and needed a fix for eslint v9
13
const path = require('path')
24
const parseFilename = require('../utils/parse-filename')
35
const getExportedName = require('../utils/get-exported-name')

0 commit comments

Comments
 (0)