Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into contenteditable
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Feb 19, 2024
2 parents e8744e8 + 0bbd94a commit dfdefb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@
"xo": {
"envs": [
"browser"
],
"rules": {
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/prefer-readonly-parameter-types": "off"
}
]
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'tape';
import textFieldEdit from '.';
import textFieldEdit from './index.js';

function getField(state = '|', type = 'textarea') {
const field = document.createElement(type);
Expand Down

0 comments on commit dfdefb5

Please sign in to comment.