chore: add sort linting (#169)

This commit is contained in:
Jef LeCompte
2020-09-22 19:31:49 -04:00
committed by GitHub
parent 6409646d57
commit cf0eac2b23
34 changed files with 300 additions and 171 deletions
+1 -1
View File
@@ -2,10 +2,10 @@ import {Link} from '../store/model';
import {sendNotification} from '../notification';
const link: Link = {
series: 'debug',
brand: 'brand',
cartUrl: 'http://example.com/',
model: 'model',
series: 'debug',
url: 'http://example.com/'
};