studio
studio copied to clipboard
chore(design-system): change ESLint invocation and ignore `node_modules`
This PR:
-
Modifies the Design System's
lintcommand toeslint . --ext .ts --ext .tsx --ext .js --ext .jsxto prevent parsing errors on Windows PowerShell (which treats commas as array separators, passing incorrect arguments to ESLint) and to ensure cross-shell compatibility. -
Explicitly adds the directory
node_modulesto the Design System's.eslintignorebecause the default ignore pattern is not honored.