Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
MiRo1310 committed Nov 25, 2023
1 parent cfe4fee commit 2c66dd2
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 143 deletions.
5 changes: 3 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.prettierrc.js
**/.eslintrc.js
admin/words.js
\*\*/.eslintrc.js
admin/words.js
admin/build/
270 changes: 135 additions & 135 deletions admin/build/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions admin/build/index.js.map

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { deepCopy, sortArray, deleteDoubleEntrysInArray } from "./Utilis";
import { deepCopy, sortArray, deleteDoubleEntrysInArray } from "./Utilis.mjs";

function createData(element, index, rowElements) {
const obj = {};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion admin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
// Include the adapter-config definition if it exists.
// It should be at either on of these paths:
"../lib/adapter-config.d.ts", // JS
"../src/lib/adapter-config.d.ts" // TS
"../src/lib/adapter-config.d.ts", // TS
"src/lib/Utilis.mjs",
"src/lib/socket.mjs",
"src/lib/helper.mjs",
"src/lib/button.mjs",
"src/lib/actionUtilis.mjs"
]
}

0 comments on commit 2c66dd2

Please sign in to comment.