Skip to content

Commit

Permalink
Merge pull request #11 from lpsinger/remove-eslint-prettier-ignore
Browse files Browse the repository at this point in the history
Remove .eslintignore and .prettierignore
  • Loading branch information
dakota002 authored Aug 22, 2023
2 parents a828562 + 7b1e9eb commit b9f5820
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

25 changes: 19 additions & 6 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"wait-port": "^1.0.4"
},
"devDependencies": {
"@nasa-gcn/eslint-config-gitignore": "^0.0.1",
"@tsconfig/node14": "^1.0.3",
"@types/make-fetch-happen": "^10.0.1",
"@types/node": "^18.13.0",
Expand All @@ -43,11 +44,12 @@
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4"
"prettier": "^3.0.0"
},
"prettier": {
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
},
"eslintConfig": {
"env": {
Expand All @@ -56,6 +58,7 @@
},
"extends": [
"eslint:recommended",
"@nasa-gcn/eslint-config-gitignore",
"prettier"
],
"overrides": [
Expand Down

0 comments on commit b9f5820

Please sign in to comment.