Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
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
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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

okay! @drtechie should i figure out thje checkstyle.xml configuration to have linting implemented then ?

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