Skip to content

Commit ca99bc0

Browse files
committed
Update package version to 2.1.3 and import ESLint configuration in createFrontend.js
1 parent 0e8a572 commit ca99bc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commands/createFrontend.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export default defineConfig({
338338
import react from '@vitejs/plugin-react-swc'
339339
import tailwindcss from '@tailwindcss/vite'
340340
import path from 'path'
341+
import default from './../eslint.config';
341342
342343
// https://vite.dev/config/
343344
export default defineConfig({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mern-project-cli",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A developer-friendly CLI tool that streamlines MERN stack development by automating project setup, database configuration, and boilerplate generation by implementing MVC Architecture. Create production-ready MongoDB, Express, React, and Node.js applications with best practices built-in",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)