Files
jasmine/.editorconfig
Steve Gravrock 5ff7e7f9a1 Updated to eslint 9
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.
2025-04-07 21:39:58 -07:00

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