This isn't officially compatible with the oldest version of Node that Jasmine supports, but it works. If it stops working, we can always disable linting in CI builds on older Node versions.
9 lines
132 B
INI
9 lines
132 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{js, mjs, json, sh, yml}]
|
|
indent_style = space
|
|
indent_size = 2
|