You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/frontend/index.html
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
<head>
4
4
<metacharset="utf-8">
5
5
<title>ValidateJavaScript - Online Tool to Find & Fix JavaScript Errors</title>
6
-
<metaname="description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.">
6
+
<metaname="description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript & JSX (React.js) code.">
<metaproperty="og:title" content="ValidateJavaScript - Online Tool to Find & Fix JavaScript & JSX Errors">
11
+
<metaproperty="og:description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript & JSX (React.js) code.">
<metaproperty="og:description" content="ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.">
ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript code.
104
-
Copy and paste or directly input your JavaScript code into the editor above, click the 'Find & Fix Errors' button, and the tool will parse your code and list all errors allowing you to fix them systematically.
103
+
ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript and JSX (React.js) code.
104
+
Copy and paste or directly input your code into the editor above, click the 'Find & Fix Errors' button, and the tool will parse your code and list all errors allowing you to fix them systematically.
105
105
</p>
106
106
107
107
<pclass="heading">Benefits of Linting JavaScript</p>
ValidateJavaScript has been built using <ahref="https://github.com/eslint/eslint" target="_blank">ESLint</a>, the open-source JavaScript linting utility created by Nicholas C. Zakas, and is being maintained by
<ahref="https://github.com/circlecell/validatejavascript.com" target="_blank">ValidateJavaScript source code on GitHub</a>.
124
+
You can download the ValidateJavaScript source code on <ahref="https://github.com/circlecell/validatejavascript.com" target="_blank">GitHub</a>.
0 commit comments