From 765f1ede668f70e3af7717bf4d5f05dbf009c7f8 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 10 Feb 2024 23:12:01 -0500 Subject: Eslint rule updates (#665) * Padding newline rules * Update rules * Update rules * Update rules * Updates * Update object quotes * Merge similar ts and js rules * Change export spacing rules * Move typescript-eslint rules * Spacing * Actually save and commit changes --- types/other/rollup-parse-ast.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'types/other') diff --git a/types/other/rollup-parse-ast.d.ts b/types/other/rollup-parse-ast.d.ts index d798f09e..efc42411 100644 --- a/types/other/rollup-parse-ast.d.ts +++ b/types/other/rollup-parse-ast.d.ts @@ -22,4 +22,5 @@ import type {ParseAst, ParseAstAsync} from 'rollup'; export const parseAst: ParseAst; + export const parseAstAsync: ParseAstAsync; -- cgit v1.2.3