Skip to content

Commit

Permalink
eslint and spelling cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Sep 23, 2021
1 parent 6a7752f commit 51a90d1
Show file tree
Hide file tree
Showing 5 changed files with 2,277 additions and 232 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"jquery": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
}
6 changes: 3 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@
</div>
</div>

<!-- Dynamic input / ouput config -->
<!-- Dynamic input / output config -->
<div class="form-group" id="fg_input"></div>
<div class="form-group" id="fg_output"></div>

<!-- Dynamic input / ouput config -->
<!-- Dynamic input / output config -->
<div id="fg_input_mode"></div>
<div id="fg_output_mode"></div>
<!-- Move elsewhere
Expand All @@ -274,7 +274,7 @@
<div class="form-group has-feedback" id="ecb">
<div class="checkbox col-sm-2">
<label>
<input type="checkbox" id="ecb_enable" title="Trigger Effects using a buton."> Enable
<input type="checkbox" id="ecb_enable" title="Trigger Effects using a button."> Enable
</label>
</div>
Expand Down
Loading

0 comments on commit 51a90d1

Please sign in to comment.