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
+5 -5
View File
@@ -1,6 +1,11 @@
import {Store} from './store';
export const Amazon: Store = {
labels: {
bannedSeller: ['sports authentics', 'raccoon capitalist', 'gigaparts'],
captcha: ['enter the characters you see below'],
outOfStock: ['currently unavailable', 'available from these sellers']
},
links: [
{
brand: 'TEST',
@@ -93,10 +98,5 @@ export const Amazon: Store = {
url: 'https://www.amazon.com/ZOTAC-Graphics-IceStorm-Advanced-ZT-A30800D-10P/dp/B08HJNKT3P'
}
],
labels: {
captcha: ['enter the characters you see below'],
outOfStock: ['currently unavailable', 'available from these sellers'],
bannedSeller: ['sports authentics', 'raccoon capitalist', 'gigaparts']
},
name: 'amazon'
};