Skip to content

Commit

Permalink
Merge pull request #32 from deriv-com/ako/add-auto-publish-to-npm-action
Browse files Browse the repository at this point in the history
ako/ add parserOptions to eslint
  • Loading branch information
shayan-deriv authored Jan 29, 2024
2 parents 0ab5809 + 9821f22 commit 7df488a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"vite-plugin-lib-inject-css": "^1.3.0"
},
"eslintConfig": {
"env": {
"es6": true
},
"parserOptions": {
"sourceType": "module"
},
"extends": [
"plugin:storybook/recommended"
]
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const transformer = require('./release.utils.js');
import { transformer } from './release.utils.js';

module.exports = {
branches: [
Expand Down

0 comments on commit 7df488a

Please sign in to comment.