Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Dec 23, 2024
1 parent a6939c7 commit 56a0ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default tseslint.config(
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-empty-object-type": "off",
"quote-props": ["error", "consistent"],
// Force a new line after the copyright header; otherwise, nwa reports them as incorrectly formatted
"@stylistic/js/lines-around-comment": [
"error",
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
}
},
"lint-staged": {
"*.{ts,js}": "eslint --fix",
"*": [
"prettier --ignore-unknown --write",
"yarn copyright"
"yarn copyright",
"prettier --ignore-unknown --write"
],
"*.{ts,js}": "eslint --fix",
"docs/**/*.md": "yarn docs:links"
},
"prettier": {
Expand Down

0 comments on commit 56a0ef4

Please sign in to comment.