diff --git a/.eslintrc.js b/.eslintrc.js index 0882ab136..92874c926 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -54,6 +54,13 @@ module.exports = { // we get: "Import and export declarations are not supported yet" "node/no-unsupported-features/es-syntax": "off" } + }, + { + "files": ["src/components/editor/StartingPoints.jsx"], + "rules": { + // until we stop indicating schema validation with console logging (see #295) + "no-console": "off" + } } ] }