1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
lossless-cut/.eslintrc

15 lines
170 B
Plaintext
Raw Normal View History

2016-10-30 11:57:12 +01:00
{
"extends": "airbnb",
"env": {
"node": true,
"browser": true,
},
"rules": {
"no-alert": 0,
"no-console": 0
},
"plugins": [
"react"
]
}