Luis Gabriel Gomez
|
651e56ca9d
|
Clarify linter steps for running locally
|
2022-12-04 19:33:48 -03:00 |
|
Joey de l'Arago
|
e83ed933e2
|
Update readme with instruction for developing.
Change DiagnosticGenerator -> Linter since this is much easier to understand.
|
2022-11-23 17:52:33 +01:00 |
|
Joey de l'Arago
|
ad7e719146
|
Format lists and dicts of a single item onto one line
example:
"dict":
{
"value": 10
}
becomes
"dict": { "value": 10 }
|
2022-11-22 21:42:42 +01:00 |
|
Joey de l'Arago
|
a470f02373
|
Move linters into seperate module.
Give linters an abstract type to inherit, since they share an interface.
Add empty README
|
2022-11-22 19:26:50 +01:00 |
|