1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[EC-183] Move eslint and prettier to project root (#2536)

This commit is contained in:
Oscar Hinton
2022-05-03 21:45:37 +02:00
committed by GitHub
parent 06f72b90d7
commit c1cc5a0814
19 changed files with 5258 additions and 2144 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Set default charset
[*.{js,ts,scss,html}]
charset = utf-8
indent_style = space
indent_size = 2