Update and refactor

This commit is contained in:
Alex
2024-01-13 18:20:36 -05:00
parent 690b46fd2b
commit d8f224c5cf
18 changed files with 1494 additions and 274 deletions

11
scripts/save_patch.sh Executable file
View 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