Update and refactor
This commit is contained in:
11
scripts/save_patch.sh
Executable file
11
scripts/save_patch.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
sync() (
|
||||
cd "packages/$1" && git diff HEAD > "../../patch/$1.patch"
|
||||
)
|
||||
|
||||
sync eslint-import-resolver-typescript
|
||||
sync eslint-plugin-import
|
||||
sync eslint-plugin-jsx-a11y
|
||||
sync eslint-plugin-n
|
||||
sync eslint-plugin-react
|
||||
sync jsx-ast-utils
|
Reference in New Issue
Block a user