mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
chore: add sort linting (#169)
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user