This commit is contained in:
Alex
2023-08-09 01:38:04 -04:00
parent aeb69e38dc
commit 198c731cbb
8 changed files with 605 additions and 1211 deletions

6
pull.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
(cd eslint-plugin-import && git pull)
(cd eslint-plugin-jsx-a11y && git pull)
(cd jsx-ast-utils && git pull)
(cd eslint-plugin-react && git pull)
(cd eslint-plugin-n && git pull)