1
mirror of https://github.com/jakejarvis/netlify-plugin-cache.git synced 2025-10-28 20:25:47 -04:00

add very basic linting & expand CI tests to Node >=10

This commit is contained in:
2020-06-16 11:52:33 -04:00
parent a32494baca
commit 29cf08d5ff
6 changed files with 55 additions and 18 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,6 @@
# Local Netlify folder
.netlify
.netlify
node_modules/
package-lock.json
npm-debug.log*