]> git.proxmox.com Git - pve-eslint.git/blob - eslint/tests/fixtures/configurations/plugins-without-prefix-with-namespace.json
first commit
[pve-eslint.git] / eslint / tests / fixtures / configurations / plugins-without-prefix-with-namespace.json
1 {
2 "plugins": [
3 "@eslint/example"
4 ],
5
6 "rules": {
7 "@eslint/example/example-rule": 1
8 }
9
10 }