mirror of
https://github.com/LizardByte/awesome-sunshine.git
synced 2026-03-08 23:02:45 -05:00
Add a package.json with awesome-lint and a lint script, so the project has a reproducible linting dependency. Update the GitHub Actions workflow to set up Node.js, install dependencies (npm install --ignore-scripts) and run npm run lint instead of npx. Update .gitignore to ignore node_modules and package-lock.json.
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
# Ignore JetBrains IDE files
|
|
.idea/
|
|
|
|
# Ignore Node.js dependencies
|
|
node_modules/
|
|
package-lock.json
|