generator-jhipster
Version:
Spring Boot + Angular/React/Vue in one handy generator
9 lines (8 loc) • 309 B
TypeScript
import type { Config } from 'eslint/config';
export declare const jsRules: Record<string, string | [string, ...any[]]>;
/**
* Config applied to transformed source in generation process.
* Rules must be compatible with auto fix to be applied.
*/
declare const baseConfig: Config;
export default baseConfig;