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