15 lines
223 B
JSON
15 lines
223 B
JSON
{
|
|
"extends": "eslint:recommended",
|
|
"globals": {
|
|
"expect": true,
|
|
"createFFmpeg": true,
|
|
"VIDEO_1S_MP4": true
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"commonjs": true,
|
|
"mocha": true,
|
|
"es2022": true
|
|
}
|
|
}
|