This website requires JavaScript.
Explore
Help
Sign In
djkato
/
saleor-dashboard
Watch
1
Star
0
Fork
You've already forked saleor-dashboard
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3123f04c69
saleor-dashboard
/
src
/
discounts
/
components
/
SaleListPage
/
index.ts
4 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Upgrade to ESLint 8 (#3781) * Upgrade ESLint * Add eslint-nibble * Move typescript to dev deps * Update ESLint config * Turn off semi, comma-dangle & quotes rules * Enable simple sort * Fix errors in ESLint (#3788) * Disable rules requiring heavy changes * Autofix new ESLint rules * Autofix more-rules * Fix jsx/generics ambiguity * Add warnings for broken rules requiring manual fixes * Remove redundant expected-error * Add simple-sort * Add prettier config * Lint config * Fix sort plugin * Fix simple sort plugin * Fix sort order * Update src/orders/components/OrderTransaction/components/TransactionEvents/components/PspReferenceLink.tsx Co-authored-by: Paweł Chyła <chyla1988@gmail.com> * Remove redundant comment * Remove chai friendly * Update package.json Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com> * Remove to-be-checked comment * Update formatjs plugin * Lint staged only in src * Add changeset * Add tracking issue for new rules * Resolve auto-fixable warning after merge * Change sorts to warnings * Run lint on new files * Fix errors --------- Co-authored-by: Paweł Chyła <chyla1988@gmail.com> Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
2023-06-30 08:07:13 +00:00
export
*
from
"./filters"
;
Initial commit
2019-06-19 14:40:52 +00:00
export
{
default
}
from
"./SaleListPage"
;
export
*
from
"./SaleListPage"
;
Reference in a new issue
Copy permalink