0.5.3 • Published 8 months ago

@alexilyaev/configs v0.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@alexilyaev/configs

Common composable configs by Alex Ilyaev

tsconfig.json

All TypeScript projects, including Node.js projects

{
  "extends": ["@alexilyaev/configs/tsconfig/base"],
}

Next.js projects

{
  "extends": ["@alexilyaev/configs/tsconfig/next"],
}

Remix projects

{
  "extends": ["@alexilyaev/configs/tsconfig/remix"],
}

Plain React projects

{
  "extends": ["@alexilyaev/configs/tsconfig/react"],
}

prettier.config.js

All projects

export { default } from '@alexilyaev/configs/prettier/base';

Including Tailwind CSS

export { default } from '@alexilyaev/configs/prettier/tailwindcss';

lint-staged.config.js

All projects

export { default } from '@alexilyaev/configs/lint-staged/base';

.browserslistrc

pnpm add -D @alexilyaev/browserslist-config

Web projects

extends @alexilyaev/browserslist-config/web

Node projects

extends @alexilyaev/browserslist-config/node-maintained
0.4.8

11 months ago

0.4.5

11 months ago

0.5.3

8 months ago

0.4.4

11 months ago

0.4.7

11 months ago

0.4.6

11 months ago

0.5.0

9 months ago

0.5.2

9 months ago

0.4.3

11 months ago

0.5.1

9 months ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago