mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
2d541f2e32
And disable eslint when building in prod mode Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
159 B
INI
7 lines
159 B
INI
[*.{js,jsx,ts,tsx,vue}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 80
|