1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 18:13:32 +02:00

change stylelint rules

This commit is contained in:
BcRikko
2023-04-01 13:35:35 +09:00
parent 23f35197f7
commit 18cf59f0da
5 changed files with 26 additions and 9 deletions

8
types/env.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import type { GeneratedDocument } from "../scripts/docgen"
declare module '*.css';
declare module '*.properties.json' {
const json: GeneratedDocument
export default json
}