2.4.1 • Published 10 months ago
@seokminhong/configs v2.4.1
Configs
How to use
1. Install the package
pnpm add -D @seokminhong/configs eslint prettier typescript2. 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
1 year ago
2.2.8
1 year ago
2.3.0
1 year ago
2.2.1
1 year ago
2.2.0
1 year ago
2.4.1
10 months ago
2.2.3
1 year ago
2.4.0
11 months ago
2.2.2
1 year ago
2.2.5
1 year ago
2.2.4
1 year ago
2.2.11
1 year ago
2.2.7
1 year ago
2.2.6
1 year ago
2.2.10
1 year 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