mirror of
https://github.com/zkitter/configs.git
synced 2026-01-08 22:48:12 -05:00
Required to be named `../eslint-config` https://eslint.org/docs/latest/developer-guide/shareable-configs#npm-scoped-modules
6 lines
245 B
Bash
6 lines
245 B
Bash
#!/bin/bash
|
|
|
|
# see sharing eslint config & npm scoped modules https://eslint.org/docs/latest/developer-guide/shareable-configs#npm-scoped-modules
|
|
echo "extends: ['@r1oga']" > "$INIT_CWD/.eslintrc.yaml"
|
|
cp .eslintignore "$INIT_CWD/.eslintignore"
|