Skip to content

Commit 86bf171

Browse files
sbrunnerrenovate[bot]
authored andcommitted
f
1 parent 6b6e8dd commit 86bf171

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ examples-hosted-apps: .build/gmf-apps.timestamp
215215
.build/eslint.test.timestamp: test/eslint.config.mjs \
216216
$(NGEO_TEST_JS_FILES) \
217217
$(GMF_TEST_JS_FILES)
218-
./node_modules/.bin/eslint --config= test/eslint.config.mjs $(filter-out test/eslint.config.mjs, $^)
218+
./node_modules/.bin/eslint --config=test/eslint.config.mjs $(filter-out test/eslint.config.mjs, $^)
219219
touch $@
220220

221221
.build/eslint-ts.timestamp: eslint.config.mjs \

test/eslint.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ export default [
88
sinon: true,
99
},
1010
},
11+
12+
rules: {
13+
'valid-jsdoc': 'off',
14+
},
1115
},
1216
];

0 commit comments

Comments
 (0)