Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const config = require("@discourse/lint-configs/eslint");
config.rules["ember/no-classic-classes"] = "error";
module.exports = config;