Inline eslint-import-resolver-typescript

This commit is contained in:
Alex
2023-08-28 10:31:19 -04:00
parent 5e15b8c9dc
commit df60550598
20 changed files with 80 additions and 48 deletions

View File

@ -1,10 +1,11 @@
#!/bin/bash
sync() (
cd "$1" && git diff > "../patch/$1.patch"
cd "packages/$1" && git diff > "../../patch/$1.patch"
)
sync eslint-import-resolver-typescript
sync eslint-plugin-import
sync eslint-plugin-jsx-a11y
sync eslint-plugin-react
sync eslint-plugin-n
sync eslint-plugin-react
sync jsx-ast-utils