1
0
Fork 0
forked from OpenNeo/impress
impress/src/app/WardrobePage
Matchu 589c48beda [WIP] Fix eslint for Next.js
Tweaked some of the default Next.js rules, fixed lint-staged for `next lint`, made a few small easy lint fixes. Feels good!

Note that using the `dirs` option in `next.config.js` was causing `lint-staged` to lint _everything_. That's why I edited `yarn lint` to specify the dirs instead: that way, that command will lint all those dirs, but they won't get included in invocations with `--file`.

There are still a few lint errors left after this commit, because our <img> tags aren't working (@next/next/no-img-element). I'll fix those when we figure out what's wrong with images!
2021-11-01 22:07:46 -07:00
..
support [WIP] Fix eslint for Next.js 2021-11-01 22:07:46 -07:00
index.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
Item.js Add page-reload recovery to *all* code splitting 2021-01-21 14:34:55 -08:00
ItemsAndSearchPanels.js Add general error message for wardrobe crashes 2021-05-05 00:22:28 -07:00
ItemsPanel.js Enable auto-saving while searching for items 2021-05-04 13:28:29 -07:00
OutfitControls.js Try moving the glitch badges to the top 2021-06-24 20:05:31 -07:00
OutfitKnownGlitchesBadge.js Handle OFFICIAL_SWF_IS_INCORRECT for pet layers 2021-08-14 16:46:05 -07:00
PosePicker.js Move getVisibleLayers to a new shared directory 2021-05-13 17:35:58 -07:00
SearchFooter.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
SearchPanel.js Use itemSearchV2 in wardrobe too 2021-06-21 10:37:54 -07:00
SearchToolbar.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
useOutfitSaving.js Stop adding extras to Your Outfits after save 2021-05-04 18:38:14 -07:00
useOutfitState.js Finish outfit auto-saving! 2021-05-04 12:33:13 -07:00
WardrobeDevHacks.js Lint against console.log 2021-05-03 15:01:49 -07:00
WardrobePageLayout.js Add search footer to layout, behind a feature flag 2021-06-21 14:48:08 -07:00
WardrobePreviewAndControls.js Stop requesting bad outfit thumbnails in wardrobe 2021-11-01 16:05:13 -07:00