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:
8
types/env.d.ts
vendored
Normal file
8
types/env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { GeneratedDocument } from "../scripts/docgen"
|
||||
|
||||
declare module '*.css';
|
||||
|
||||
declare module '*.properties.json' {
|
||||
const json: GeneratedDocument
|
||||
export default json
|
||||
}
|
Reference in New Issue
Block a user