chore(lint): update lit-rules

This commit is contained in:
Daniel Sogl 2019-02-14 09:41:16 +01:00 committed by GitHub
parent 92140cd2db
commit 242240c711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
"no-extra-boolean-cast": false,
"adjacent-overload-signatures": false,
"ter-no-proto": false,
"callable-types": false
"callable-types": false,
"ordered-imports": false
}
}