Skip to content

Commit f5e7cd6

Browse files
committed
feat: BuildEmailForm full pluggable
1 parent cd64f47 commit f5e7cd6

File tree

34 files changed

+1554
-100
lines changed

34 files changed

+1554
-100
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ module.exports = createConfig('eslint', {
88
webpack: {
99
config: path.resolve(__dirname, 'webpack.dev.config.js'),
1010
},
11+
alias: {
12+
map: [
13+
['@communications-app', '.'],
14+
],
15+
extensions: ['.ts', '.js', '.jsx', '.json'],
16+
},
1117
},
1218
},
1319
rules: {

0 commit comments

Comments
 (0)