Skip to content

Commit

Permalink
Merge pull request #117 from Expensify/cmartins-createWhitelist
Browse files Browse the repository at this point in the history
Create whitelist of files
  • Loading branch information
AndrewGable authored Sep 30, 2024
2 parents 13beba6 + b0357b4 commit 451d3de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file modified .github/OSBotify-private-key.asc.gpg
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Set up git for OSBotify
run: |
git config --global user.signingkey 367811D53E34168C
git config --global user.signingkey AEE1036472A782AB
git config --global commit.gpgsign true
git config --global user.name OSBotify
git config --global user.email [email protected]
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
"lodash": "^4.17.21",
"underscore": "^1.13.6"
},
"files": [
"eslint-plugin-expensify",
"rules",
"legacy.js",
"sample-props.js",
"index.js"
],
"keywords": [
"eslint",
"eslintconfig",
Expand Down

0 comments on commit 451d3de

Please sign in to comment.