mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 02:24:56 +00:00
This reverts commit 44267619b6.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import type { Nag } from '../types/nags'
|
||||
import { coreNags } from './nags/core'
|
||||
import { descriptionNags } from './nags/description'
|
||||
import { linksNags } from './nags/links'
|
||||
import { tagsNags } from './nags/tags'
|
||||
|
||||
export default [...coreNags, ...linksNags, ...descriptionNags, ...tagsNags] as Nag[]
|
||||
Reference in New Issue
Block a user