Skip to content

Commit

Permalink
chore: Re-add commitlint and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Apr 15, 2024
1 parent 09326a1 commit 6f36313
Show file tree
Hide file tree
Showing 3 changed files with 5,481 additions and 106 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
"Blockly": true, # Blockly global
"goog": true, # goog closure libraries/includes
},
"extends": "eslint:recommended"
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module",
}
}
Loading

0 comments on commit 6f36313

Please sign in to comment.