Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added checkstyle.jar
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Zapper9982 let's not commit binary files.

Binary file not shown.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
}
},
"lint-staged": {
"src/**/*.{ts,css,html}": [
"src/**/*.{ts,js}": [
"eslint --fix"
]
],
"*.java": [
"java -jar checkstyle.jar -c checkstyle.xml {{files}}"
],
"*.xml": [
"xmllint --noout {{files}}"
]
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
Expand Down
Loading