2.4.1 • Published 9 months ago

@seokminhong/configs v2.4.1

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

Configs

How to use

1. Install the package

pnpm add -D @seokminhong/configs eslint prettier typescript

2. Set the configs

ESLint

// eslint.config.js
import config from '@seokminhong/configs/eslint';

export default config();

ESLint (React)

// eslint.config.js
import config from '@seokminhong/configs/eslint';
import react from '@seokminhong/configs/eslint/react';

export default config({
  envs: ['browser', 'node'],
  extensions: [react()],
});

Prettier

// .prettierrc
"@seokminhong/configs/prettier"

TSConfig

{
  "extends": "@seokminhong/config/tsconfig/node",
}

TODO

  • Provides Node.js ESLint rules
  • Provides testing ESLint rules
  • Supports Deno

References

2.2.9

12 months ago

2.2.8

12 months ago

2.3.0

11 months ago

2.2.1

1 year ago

2.2.0

1 year ago

2.4.1

9 months ago

2.2.3

12 months ago

2.4.0

10 months ago

2.2.2

12 months ago

2.2.5

12 months ago

2.2.4

12 months ago

2.2.11

11 months ago

2.2.7

12 months ago

2.2.6

12 months ago

2.2.10

12 months ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago