Skip to content

Commit

Permalink
Merge branch 'main' into drop-node-10
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed May 12, 2021
2 parents 48a36b0 + d9ace6c commit be4361e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,8 +24,8 @@
"eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)",
"eslint-fix": "eslint --ext js --ext ts --fix .",
"commitlint": "commitlint --from=HEAD~1",
"markdownlint": "prettier --check **/README.md docs/api.md docs/troubleshooting.md",
"markdownlint-fix": "prettier --write **/README.md docs/api.md docs/troubleshooting.md",
"markdownlint": "prettier --check **/README.md docs/troubleshooting.md",
"markdownlint-fix": "prettier --write **/README.md docs/troubleshooting.md",
"lint": "npm run eslint && npm run build && npm run doc && npm run commitlint && npm run markdownlint",
"doc": "node utils/doclint/cli.js",
"clean-lib": "rimraf lib",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.base.json
Expand Up @@ -3,9 +3,9 @@
"esModuleInterop": true,
"allowJs": true,
"checkJs": true,
"target": "ESNext",
"target": "ES2019",
"moduleResolution": "node",
"module": "ESNext",
"module": "ES2015",
"declaration": true,
"declarationMap": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit be4361e

Please sign in to comment.