mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 13:38:04 -05:00
7 lines
132 B
Bash
7 lines
132 B
Bash
#!/bin/bash
|
|
|
|
lib=@r1oga/config-eslint
|
|
|
|
echo "extends: $lib" > "$INIT_CWD/.eslintrc.yaml"
|
|
cp .eslintignore "$INIT_CWD/.eslintignore"
|