9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SCRIPT_DIR=$(dirname "$0")
|
|
|
|
cp "$SCRIPT_DIR/../linters/eslint.config.mjs" .
|
|
|
|
echo "Install @eslint/js typescript-eslint @stylistic/eslint-plugin eslint-plugin-vue globals"
|
|
|