File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
2+ /* eslint-disable @typescript-eslint/no-unused-vars */
23
34import { join as pathJoin , relative as pathRelative } from "path" ;
45import * as fs from "fs" ;
@@ -35,7 +36,6 @@ import type { Equals } from "tsafe";
3536 const [ , afterPublicDir ] = viteConfig . split ( / \s [ " ' ] ? p u b l i c D i r [ " ' ] ? \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,
You can’t perform that action at this time.
0 commit comments