Skip to content

Commit

Permalink
fixup! Feat(exporter-js): Introduce JS exporter from Supernova #DS-1013
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 8, 2023
1 parent 626596f commit 98b8a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = {
'packages/web-react',
'packages/web',
'packages/form-validations',
'exporters/scss'
'exporters/scss',
'exporters/js',
],

extends: ['@lmc-eu/eslint-config-react/base', '@lmc-eu/eslint-config-react/optional', 'prettier', 'plugin:prettier/recommended', 'plugin:storybook/recommended'],
Expand Down

0 comments on commit 98b8a1d

Please sign in to comment.