Don't care about key sorting

This commit is contained in:
Mikko Ahlroth 2020-04-04 18:10:32 +03:00
parent 023c536ca1
commit 3b6821a423

View file

@ -5,7 +5,8 @@
],
"jsRules": {},
"rules": {
"no-console": false
"no-console": false,
"object-literal-sort-keys": false
},
"rulesDirectory": []
}