Files
eslint-rules/scripts/save_patch.sh
2024-07-27 22:45:56 -04:00

10 lines
192 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 jsx-ast-utils