Inline eslint-import-resolver-typescript
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user