Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Add tests for enhanced select element mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jul 6, 2021
1 parent 76483b0 commit 05b9097
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 36 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
"extends": "origami-component"
"extends": "origami-component",
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
}
};
Loading

0 comments on commit 05b9097

Please sign in to comment.