Skip to content

Commit

Permalink
eslint: add (temp) console exception for StartingPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Feb 5, 2019
1 parent fe728fc commit 0cd4e5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Expand Up @@ -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"
}
}
]
}

0 comments on commit 0cd4e5a

Please sign in to comment.