{"version":3,"file":"misc.cjs","names":[],"sources":["../../src/configs/misc.ts"],"sourcesContent":["import type {AntFuTestConfig, AntFuUnocssConfig} from '../types'\n\n/** UnoCSS 默认配置 */\nexport const unocssConfig: AntFuUnocssConfig = {attributify: true, strict: true}\n\n/** @deprecated 使用 unocssConfig 代替 */\nexport const defaultUnocssConfig: AntFuUnocssConfig = unocssConfig\n\n/** Test 默认配置 */\nexport const testConfig: AntFuTestConfig = {overrides: {\n  'no-console': 'off',\n  'ts/unbound-method': 'off',\n  'ts/no-unsafe-argument': 'off',\n  'ts/no-unsafe-assignment': 'off',\n  'ts/no-unsafe-member-access': 'off',\n  'ts/no-unsafe-call': 'off',\n  'ts/no-unsafe-return': 'off'\n}}\n\n/** @deprecated 使用 testConfig 代替 */\nexport const defaultTestConfig: AntFuTestConfig = testConfig\n"],"mappings":";;;;AAGA,MAAa,eAAkC;CAAC,aAAa;CAAM,QAAQ;CAAK;;AAGhF,MAAa,sBAAyC;;AAGtD,MAAa,aAA8B,EAAC,WAAW;CACrD,cAAc;CACd,qBAAqB;CACrB,yBAAyB;CACzB,2BAA2B;CAC3B,8BAA8B;CAC9B,qBAAqB;CACrB,uBAAuB;CACxB,EAAC;;AAGF,MAAa,oBAAqC"}