Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 29, 2024
1 parent 0849d29 commit 029f993
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/create-wapi-app/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
template/
.eslintrc.js
.eslintrc.json
dist/
build/
node_modules/
4 changes: 0 additions & 4 deletions packages/create-wapi-app/.eslintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions packages/create-wapi-app/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@wapijs/eslint-config/config.node.js"]
}
2 changes: 1 addition & 1 deletion packages/create-wapi-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@wapijs/typescript-config/node.base.json",
"include": ["src/", "*.ts", ".eslintrc.cjs", "bin"],
"include": ["src/", "*.ts", ".eslintrc.js", "bin"],
"exclude": ["template/"],
"compilerOptions": {
"module": "NodeNext",
Expand Down

0 comments on commit 029f993

Please sign in to comment.