Skip to content

Commit

Permalink
Include more files in prettier checks
Browse files Browse the repository at this point in the history
  • Loading branch information
StelFoog committed Oct 27, 2023
1 parent 622ada7 commit 3ee05ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "jest test",
"test:songs": "jest test/songFiles.test.ts test/validIds.test.ts",
"test:build": "jest test/build.test.ts",
"lint": "prettier --check dist songs src test README.md",
"format": "prettier --write dist songs src test README.md"
"lint": "prettier --check dist songs src test README.md .prettierrc jest.config.js package.json tsconfig.json",
"format": "prettier --write dist songs src test README.md .prettierrc jest.config.js package.json tsconfig.json"
},
"dependencies": {
"gray-matter": "^4.0.3",
Expand Down
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"outDir": "dist",
"rootDir": "src"
},
"include": [
"src/**/*.ts"
],
"include": ["src/**/*.ts"],
"files": ["node_modules/jest-expect-message/types/index.d.ts"]
}
}

0 comments on commit 3ee05ec

Please sign in to comment.