2b3e959ef4
* Change entity filter to be an actual entity filter instead of a list of kinds or types * Modify/simplify types a little bit * Split common type libs to one for node and one isomorphic * Remove unnecessary items from FactChecker interface to simplify execution loop. Needs still matching README.md changes. Signed-off-by: Jussi Hallila <jussi@hallila.com>
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
module.exports = {
|
|
extends: [require.resolve('@backstage/cli/config/eslint.backend')],
|
|
};
|