We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6e8dd commit 86bf171Copy full SHA for 86bf171
Makefile
@@ -215,7 +215,7 @@ examples-hosted-apps: .build/gmf-apps.timestamp
215
.build/eslint.test.timestamp: test/eslint.config.mjs \
216
$(NGEO_TEST_JS_FILES) \
217
$(GMF_TEST_JS_FILES)
218
- ./node_modules/.bin/eslint --config= test/eslint.config.mjs $(filter-out test/eslint.config.mjs, $^)
+ ./node_modules/.bin/eslint --config=test/eslint.config.mjs $(filter-out test/eslint.config.mjs, $^)
219
touch $@
220
221
.build/eslint-ts.timestamp: eslint.config.mjs \
test/eslint.config.mjs
@@ -8,5 +8,9 @@ export default [
8
sinon: true,
9
},
10
11
+
12
+ rules: {
13
+ 'valid-jsdoc': 'off',
14
+ },
15
16
];
0 commit comments