Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages