8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78d1ef commit e86d155Copy full SHA for e86d155
lib/rules/filenames-match-regex.js
@@ -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
3
const path = require('path')
4
const parseFilename = require('../utils/parse-filename')
5
const getExportedName = require('../utils/get-exported-name')
0 commit comments