Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Feb 22, 2021
1 parent f147f8f commit b3a1933
Show file tree
Hide file tree
Showing 10 changed files with 9,238 additions and 45 deletions.
11 changes: 10 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@ const { overrides } = require('@netlify/eslint-config-node')
module.exports = {
extends: '@netlify/eslint-config-node',
rules: {},
overrides: [...overrides],
overrides: [
...overrides,
{
files: 'test/*.js',
rules: {
'no-magic-numbers': 'off',
'promise/prefer-await-to-callbacks': 'off',
},
},
],
}
28 changes: 14 additions & 14 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: release-please
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: "@netlify/netlify-functions-js"
name: release-please
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: '@netlify/netlify-functions-js'
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[![Build](https://github.com/netlify/netlify-functions-js/workflows/Build/badge.svg)](https://github.com/netlify/netlify-functions-js/actions)
[![Node](https://img.shields.io/node/v/@netlify/netlify-functions-js.svg?logo=node.js)](https://www.npmjs.com/package/@netlify/netlify-functions-js)
[![Build](https://github.com/netlify/functions-js/workflows/Build/badge.svg)](https://github.com/netlify/functions-js/actions)
[![Coverage Status](https://codecov.io/gh/netlify/functions-js/branch/master/graph/badge.svg)](https://codecov.io/gh/netlify/functions-js)
[![Node](https://img.shields.io/node/v/@netlify/functions.svg?logo=node.js)](https://www.npmjs.com/package/@netlify/functions)

# netlify-functions-js
# functions-js

Update me!
JavaScript utilities for Netlify Functions.

## Contributors

Expand Down
Loading

1 comment on commit b3a1933

@eduardoboucas
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erezrokah I didn't create a PR for the initial commit so I can't properly add you as a reviewer, but if you have the bandwidth, could you please give this a quick look? 🙏🏻

Please # to comment.