Initial commit

This commit is contained in:
Alex
2023-07-19 23:40:39 -04:00
commit fd67e90cbc
24 changed files with 7998 additions and 0 deletions

9
save_patch.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
sync() (
cd "$1" && git diff > "../patch/$1.patch"
)
sync eslint-plugin-import
sync eslint-plugin-jsx-a11y
sync eslint-plugin-react
sync jsx-ast-utils