Skip to content

Commit

Permalink
Remove .eslintignore and .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Aug 22, 2023
1 parent de20588 commit 45e066e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"@aws-sdk/lib-dynamodb": "^3.188.0",
"@aws-sdk/util-dynamodb": "^3.188.0",
"@nasa-gcn/eslint-config-gitignore": "^0.0.1",
"@shelf/jest-dynamodb": "^3.4.2",
"@tsconfig/node14": "^1.0.3",
"@types/jest": "^29.2.5",
Expand Down Expand Up @@ -61,6 +62,7 @@
},
"extends": [
"eslint:recommended",
"@nasa-gcn/eslint-config-gitignore",
"prettier"
],
"overrides": [
Expand Down

0 comments on commit 45e066e

Please sign in to comment.