Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
FlamingTempura committed Apr 19, 2024
1 parent f2905f7 commit 75ea60e
Show file tree
Hide file tree
Showing 20 changed files with 169 additions and 105 deletions.
21 changes: 15 additions & 6 deletions bibtex-tidy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 42 additions & 10 deletions bin/bibtex-tidy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { generateDtsBundle } from 'dts-bundle-generator';
import { build, context, type OutputFile, type Plugin } from 'esbuild';
import sveltePlugin from 'esbuild-svelte';
import prettier from 'prettier';
//@ts-expect-error
//@ts-expect-error missing types
import rewritePattern from 'regexpu-core';
import autoPreprocess from 'svelte-preprocess';
import { version, author, homepage } from './package.json';
Expand Down
118 changes: 64 additions & 54 deletions docs/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75ea60e

Please sign in to comment.