Skip to content

Commit e45c740

Browse files
committed
sqash
1 parent b58ff70 commit e45c740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegouvfr/react-dsfr",
3-
"version": "0.0.95",
3+
"version": "0.0.96",
44
"description": "French State Design System React integration library",
55
"repository": {
66
"type": "git",

src/bin/copy-dsfr-to-public.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
/* eslint-disable @typescript-eslint/no-unused-vars */
23

34
import { join as pathJoin, relative as pathRelative } from "path";
45
import * as fs from "fs";
@@ -35,7 +36,6 @@ import type { Equals } from "tsafe";
3536
const [, afterPublicDir] = viteConfig.split(/\s["']?publicDir["']?\s*:/);
3637

3738
for (let indexEnd = 0; indexEnd < afterPublicDir.length; indexEnd++) {
38-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
3939
const {
4040
default: path,
4141
basename,

0 commit comments

Comments
 (0)