]> git.proxmox.com Git - pve-eslint.git/blob - eslint/tests/fixtures/ignored-paths/broken-package-json/package.json
first commit
[pve-eslint.git] / eslint / tests / fixtures / ignored-paths / broken-package-json / package.json
1 {
2 "name": "mypackage",
3 "version": "0.0.1",
4 "eslintConfig": {
5 "env": {
6 "browser": true,
7 "node": true
8 }
9 }
10 "eslintIgnore": "hello.js"
11 }