1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
lossless-cut/.eslintrc
2019-01-28 00:21:53 +01:00

17 lines
280 B
Plaintext

{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"node": true,
"browser": true,
},
"rules": {
"no-console": 0,
"react/destructuring-assignment": 0,
"react/forbid-prop-types": [1, { "forbid": ["any"] }],
},
"plugins": [
"react"
]
}