mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
|
{
|
||
|
"extends": "airbnb",
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"browser": true,
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-alert": 0,
|
||
|
"no-console": 0
|
||
|
},
|
||
|
"plugins": [
|
||
|
"react"
|
||
|
]
|
||
|
}
|