mirror of
https://github.com/LizardByte/awesome-sunshine.git
synced 2026-04-30 10:09:26 -05:00
build: add package.json (#73)
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.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
||||
# Ignore JetBrains IDE files
|
||||
.idea/
|
||||
|
||||
# Ignore Node.js dependencies
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user