Skip to content

Commit

Permalink
Copy all DH and Toolbar code into new classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Jun 16, 2022
1 parent 6979563 commit 14ad440
Show file tree
Hide file tree
Showing 9 changed files with 4,171 additions and 19 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
module.exports = {
"ignorePatterns": [
"main.js",
"**/dist/*.js"
"script/**/*.js",
"**/dist/**/*.js"
],
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"extends": [
"eslint:recommended",
"prettier"
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
Expand Down
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
main.js
**/dist/**/*
script/**/*
*.html
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
Loading

0 comments on commit 14ad440

Please sign in to comment.