Ignore react/destructuring-assignment for now

as per discussion in
	https://github.com/weaveworks/scope/pull/3643#issuecomment-507233272
This commit is contained in:
Daniel Holbach
2019-07-01 17:44:17 +02:00
parent 3472bd4cc5
commit e5f9c2df51

View File

@@ -31,6 +31,7 @@
"no-param-reassign": 0,
"no-restricted-properties": 0,
"object-curly-spacing": 0,
"react/destructuring-assignment": 0,
"react/jsx-closing-bracket-location": 0,
"react/jsx-filename-extension": [
2,