Skip to content

Commit 6f36313

Browse files
committedApr 15, 2024
chore: Re-add commitlint and eslint
1 parent 09326a1 commit 6f36313

File tree

3 files changed

+5481
-106
lines changed

3 files changed

+5481
-106
lines changed
 

‎.eslintrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
"Blockly": true, # Blockly global
5858
"goog": true, # goog closure libraries/includes
5959
},
60-
"extends": "eslint:recommended"
60+
"extends": "eslint:recommended",
61+
"parserOptions": {
62+
"sourceType": "module",
63+
}
6164
}

0 commit comments

Comments
 (0)
Please sign in to comment.