You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
I feel like it would be worth having a more typical usage example near the top of the README. Perhaps something that disables/modifies a couple of core ESLint rules and a couple of React rules inside a custom override:
constdependencies=getDependencies();constcustomReactOverride=createReactOverride({
...dependencies,rules: {/* some rule overrides */}});module.exports=createConfig({rules: {/* some rule overrides */},overrides: [customReactOverride],});
--generated
file which doesnt exist anymoreThe text was updated successfully, but these errors were encountered: