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 Jun 14, 2021
1 parent c302f29 commit 0817a3c
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 36 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
@@ -1,3 +1,7 @@
module.exports = {
"extends": "origami-component"
"extends": "origami-component",
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
}
};

0 comments on commit 0817a3c

Please sign in to comment.