Commit 4c14962
authored
chore(style,grammar) add eslint configuration file (#238)
Most tree-sitter eslint configurations do not include `eslint-prettier`
which I suspect is why some tree-sitter-eslint style guides were being
overridden.
This PR removes the prettier config and file and applies formatting to
resembled more popular tree-sitter grammars.
https://github.com/tree-sitter/tree-sitter-rust/blob/master/eslint.config.mjs
https://github.com/tree-sitter/tree-sitter-rust/blob/261b20226c04ef601adbdf185a800512a5f66291/grammar.js#L129
https://github.com/tree-sitter/tree-sitter-rust/blob/master/grammar.js#L1361 parent 64ba3f8 commit 4c14962
File tree
5 files changed
+265
-297
lines changed- .github/workflows
5 files changed
+265
-297
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments