Skip to content

Commit 9ea039d

Browse files
committed
Bump version to 2.1.6 in package.json and add ESLint alias in createFrontend.js
1 parent cc3b678 commit 9ea039d

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
@@ -123,6 +123,7 @@ export default defineConfig({
123123
plugins: [react(), tailwindcss()],
124124
resolve: {
125125
alias: {
126+
// eslint-disable-next-line no-undef
126127
"@": path.resolve(__dirname, "./src"),
127128
},
128129
},

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.5",
3+
"version": "2.1.6",
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)