Skip to content

Commit bbcf69c

Browse files
committed
Fix eslint config issue
1 parent 2d33f12 commit bbcf69c

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ inter.js
44
inter.min.js
55
inter-test.js
66
test.js
7+
.eslintrc.js
78
node_modules
89
.vscode
File renamed without changes.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm install
1919
- name: Lint
2020
run: npm run lint
21-
- name: Prettify
22-
run: npm run prettify
2321
- name: Build Inter
2422
run: npm run build
23+
- name: Prettify
24+
run: npm run prettify

inter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Version - 2.2.4
44
* MIT LICENSED BY - Denis Power
55
* Repo - https://github.com/interjs/inter
6-
* 2021 - 2024
6+
* 2021 - 2025
77
* GENERATED BY INTER BUILDER
88
*
99
*/

inter.m.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ type returnReactorType<T> = T extends any[]
158158
export declare function renderList<T extends eachTypes>(
159159
renderListOption: renderListOptionsInterface<T>
160160
): returnReactorType<T>;
161-
162161
type HTMLTags = keyof HTMLElementTagNameMap;
163162
type textTypes = string | number | null | void;
164163
interface templateOptionsInterface {

inter.m.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Version - 2.2.4
44
* MIT LICENSED BY - Denis Power
55
* Repo - https://github.com/interjs/inter
6-
* 2021 - 2024
6+
* 2021 - 2025
77
* GENERATED BY INTER BUILDER
88
* Module version
99
*/

0 commit comments

Comments
 (0)