Skip to content

Commit

Permalink
fix sourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Dec 20, 2023
1 parent 4c0b35f commit dfb4326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "brightspace/node-config",
"rules": {
"no-console": 0
},
"parserOptions": {
"sourceType": "script"
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
package-lock.json

0 comments on commit dfb4326

Please sign in to comment.