This commit is contained in:
Grace Park 2024-11-25 14:26:55 -08:00
Родитель a78d1effe0
Коммит e86d15540f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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')