Skip to content

Commit

Permalink
Allow comments in jsonlint and fix some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 8, 2024
1 parent eceb4d6 commit d3f9640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ DISABLE_LINTERS:
- SPELL_MISSPELL
- TSX_ESLINT
- TYPESCRIPT_ES
JSON_JSONLINT_ARGUMENTS: --comments
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"jsx": "react-jsx",
"types": [
"react",
"react-dom",
],
"react-dom"
]
},
"include": [
"src",
Expand Down

0 comments on commit d3f9640

Please sign in to comment.