mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Lint fixes
This commit is contained in:
parent
9e2ece71af
commit
4479b202f6
4 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,7 @@ const ALIAS_ENTRIES = [
|
|||
const files = fs.readdirSync(folderPath);
|
||||
const targetFile = files.find((file) => {
|
||||
const ext = path.extname(file);
|
||||
|
||||
return ['.vue', '.js'].includes(ext) && path.basename(file, ext).toLowerCase() === fName.toLowerCase();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue