Skip to content

Commit

Permalink
chore: melhoria nas configurações
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelino.braga committed Jun 11, 2024
1 parent c9a7d2d commit 4c23c8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"tabWidth": 2,
"semi": false,
"arrowParens": "avoid",
"endOfLine": "auto",
"endOfLine": "lf",
"ignore": ["**/__tests__/**", "**/*.test.ts", "**/*.spec.ts"]
}
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = (env, argv) => {
entry: path.resolve(__dirname, 'src/main.ts'),
performance: { hints: false },
output: {
publicPath: 'resources/exitus/libs/exitus-editor/dist/',
path: path.resolve(__dirname, 'dist'),
filename: 'exituseditor.js',
library: 'ExitusEditor',
Expand Down

0 comments on commit 4c23c8f

Please sign in to comment.