Skip to content

Commit

Permalink
feat: BuildEmailForm full pluggable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvente committed Dec 20, 2023
1 parent cd64f47 commit f5e7cd6
Show file tree
Hide file tree
Showing 34 changed files with 1,554 additions and 100 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ module.exports = createConfig('eslint', {
webpack: {
config: path.resolve(__dirname, 'webpack.dev.config.js'),
},
alias: {
map: [
['@communications-app', '.'],
],
extensions: ['.ts', '.js', '.jsx', '.json'],
},
},
},
rules: {
Expand Down
Loading

0 comments on commit f5e7cd6

Please sign in to comment.