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

lax eslint

This commit is contained in:
Mikael Finstad 2020-02-11 23:55:43 +08:00
parent 095be5c92d
commit 8a7935fefc

View File

@ -10,6 +10,8 @@
"react/destructuring-assignment": 0,
"react/forbid-prop-types": [1, { "forbid": ["any"] }],
"jsx-a11y/click-events-have-key-events": 0,
"react/jsx-one-expression-per-line": 0,
"object-curly-newline": 0
},
"plugins": [
"react"