Skip to content

prax-wallet/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prax Wallet Configs

This repo contains all the configs that are shared across the Prax ecosystem.

Consuming this repo

  1. Install the repo using your package manager.
pnpm add prax-wallet/configs#main

This will keep the configs up to date by always pulling from main.

  1. Extend the relevant config

In your eslint.config.js:

import eslintConfig from 'configs/eslint';

export default [
  ...eslintConfig,
  // configuration overrides
];

In your prettier.config.js:

import prettierConfig from 'configs/prettier';

export default {
  ...prettierConfig,
  // configuration overrides
};

About

A single place for all things configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published