Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from ablok/add-typescript-typings
Browse files Browse the repository at this point in the history
Add typescript typings
  • Loading branch information
wswebcreation authored Oct 30, 2022
2 parents 68422fd + 2c1e532 commit 72dcd8d
Show file tree
Hide file tree
Showing 4 changed files with 17,036 additions and 154 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ module.exports = {
browser: true,
driver: true,
},
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaVersion: 2016,
requireConfigFile: false,
sourceType: 'module',
},
rules: {
Expand Down
Loading

0 comments on commit 72dcd8d

Please sign in to comment.