Skip to content

Commit b968f5c

Browse files
committed
update ignore files
1 parent df9f89a commit b968f5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const config = [
112112
}
113113
},
114114
{
115-
"ignores": ["*.js"]
115+
"ignores": ["*.js", "components/*.js"]
116116
}
117117
];
118118

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/MMM-Linky.js
33
/node_helper.js
44
/data/consumption.json
5+
/components/

0 commit comments

Comments
 (0)