mirror of
https://github.com/zoriya/srt-webvtt.git
synced 2025-12-06 05:56:10 +00:00
32 lines
429 B
Plaintext
32 lines
429 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"rules": {
|
|
"no-console": [
|
|
"error",
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"error",
|
|
"info"
|
|
]
|
|
}
|
|
],
|
|
"symbol-description": [
|
|
"off"
|
|
],
|
|
"no-underscore-dangle": [
|
|
"off"
|
|
],
|
|
"no-param-reassign": [
|
|
"off"
|
|
],
|
|
"import/no-unresolved": [
|
|
"off"
|
|
]
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
}
|
|
}
|