]> git.proxmox.com Git - pve-eslint.git/blob - eslint/tests/fixtures/configurations/my-awesome-config
first commit
[pve-eslint.git] / eslint / tests / fixtures / configurations / my-awesome-config
1 {
2 "env": {
3 "browser": true
4 },
5
6 "rules": {
7 "quotes": [3, "triple"]
8 }
9 }