eslint: Turn off sort-keys

This commit is contained in:
Florian Bruhin 2016-08-12 20:58:20 +02:00
parent b51dffc517
commit e7d08db6c3

View File

@ -33,3 +33,4 @@ rules:
no-undefined: "off"
wrap-iife: ["error", "inside"]
func-names: "off"
sort-keys: "off"