chore: init project
This commit is contained in:
15
internal/lint-configs/eslint-config/src/configs/index.ts
Normal file
15
internal/lint-configs/eslint-config/src/configs/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export * from './command';
|
||||
export * from './comments';
|
||||
export * from './ignores';
|
||||
export * from './import';
|
||||
export * from './javascript';
|
||||
export * from './jsdoc';
|
||||
export * from './jsonc';
|
||||
export * from './node';
|
||||
export * from './perfectionist';
|
||||
export * from './prettier';
|
||||
export * from './regexp';
|
||||
export * from './test';
|
||||
export * from './typescript';
|
||||
export * from './unicorn';
|
||||
export * from './vue';
|
Reference in New Issue
Block a user