eslint: Turn off sort-keys
This commit is contained in:
parent
b51dffc517
commit
e7d08db6c3
@ -33,3 +33,4 @@ rules:
|
|||||||
no-undefined: "off"
|
no-undefined: "off"
|
||||||
wrap-iife: ["error", "inside"]
|
wrap-iife: ["error", "inside"]
|
||||||
func-names: "off"
|
func-names: "off"
|
||||||
|
sort-keys: "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user