import { lintWarning as n } from "./utils.mjs";
const m = (e, i, a) => {
e === "animation" && a.hashId && i !== "none" && n(
`You seem to be using hashed animation '${i}', in which case 'animationName' with Keyframe as value is recommended.`,
a
);
};
export {
m as default
};