mirror of
https://github.com/zkitter/configs.git
synced 2026-01-08 21:17:59 -05:00
6 lines
141 B
Bash
6 lines
141 B
Bash
#!/bin/bash
|
|
|
|
lib=@r1oga/eslint-config
|
|
pnpm add -D $lib
|
|
echo "extends: $lib" > .eslintrc.yaml
|
|
cp node_modules/$lib/.eslintignore .eslintignore |