Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thasri
/
spleeter
like
4
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/2
spleeter
/
eslint.config.js
Ram6666
Upload 11 files
552f3f4
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
const
{ defineConfig } =
require
(
'eslint/config'
);
const
expoConfig =
require
(
'eslint-config-expo/flat'
);
module
.
exports
=
defineConfig
([
expoConfig,
{
ignores
: [
"dist/*"
],
}
]);