]> git.proxmox.com Git - pve-eslint.git/blob - eslint/tests/fixtures/configurations/comments.json
first commit
[pve-eslint.git] / eslint / tests / fixtures / configurations / comments.json
1 {
2
3 /* This is a comment */
4 "rules": {
5 "semi": 1,
6
7 // so is this
8 "strict": 0
9 }
10 }