Ignore tests file with .estlintrc.json

This commit is contained in:
benoit74 2024-06-14 18:05:08 +02:00
parent ed63f4d74a
commit 4c12681b1c
No known key found for this signature in database
GPG key ID: B89606434FC7B530

5
.eslintrc.json Normal file
View file

@ -0,0 +1,5 @@
{
"ignorePatterns": [
"tests/encodings/*.js"
]
}