eslint-rules/scripts/save_patch.sh
2024-06-27 01:19:33 -04:00

11 lines
217 B
Bash
Executable File

#!/bin/bash
sync() (
cd "packages/$1" && git diff HEAD > "../../patch/$1.patch"
)
sync eslint-import-resolver-typescript
sync eslint-plugin-jsx-a11y
sync eslint-plugin-n
sync eslint-plugin-react
sync jsx-ast-utils