UNPKG

schafott-cli

Version:

Scaffold CLI is a command line tool to generate scaffolds for your projects. It takes away the pain of creating the same files and folders over and over again for every new library project you start. Also it comes with ready-to-use configurations for Type

2 lines (1 loc) 334 B
export declare const lintConfig = "\nimport globals from 'globals'\nimport pluginJs from '@eslint/js'\nimport tseslint from 'typescript-eslint'\n\nexport default [\n { files: ['**/*.{js,mjs,cjs,ts}'] },\n { languageOptions: { globals: globals.browser } },\n pluginJs.configs.recommended,\n ...tseslint.configs.recommended,\n]\n";