You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/.eslintrc

15 lines
170 B
Plaintext

{
"extends": "airbnb",
"env": {
"node": true,
"browser": true,
},
"rules": {
"no-alert": 0,
"no-console": 0
},
"plugins": [
"react"
]
}