Skip to content

Commit

Permalink
fix: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Jan 21, 2024
1 parent 55231c8 commit 0f443a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"spellcheck"
],
"rules": {
"@typescript-eslint/consistent-type-definitions": 0,
"@typescript-eslint/strict-boolean-expressions": 0,
"@typescript-eslint/prefer-nullish-coalescing": 0,
"@typescript-eslint/space-before-function-paren": 0,
Expand All @@ -48,6 +49,7 @@
"minLength": 2,
"ignoreRequire": true,
"skipWords": [
"noreferrer",
"instagram",
"linkedin",
"pathname",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@unrealpixels/common-lib": "^0.1.9",
"@unrealpixels/common-lib": "^0.1.10",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/views/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class App extends React.Component<RouteComponentProps> {

return (
<>
<Header productName="JSON Linter" />
<Header productName="JSON Linter" productId="json-linter" />
<Wrapper>
{error && <div className="json-error"><pre>{errorReason}</pre></div>}
<label className="json-entry--label" htmlFor="json-entry">Enter or Paste JSON</label>
Expand Down

0 comments on commit 0f443a2

Please sign in to comment.