UNPKG

477 BJSONView Raw
1{
2 "type": "object",
3 "properties": {
4 "root": { "type": "boolean" },
5 "globals": { "type": ["object"] },
6 "parser": { "type": ["string", "null"] },
7 "env": { "type": "object" },
8 "plugins": { "type": ["array"] },
9 "settings": { "type": "object" },
10 "extends": { "type": ["string", "array"] },
11 "rules": { "type": "object" },
12 "parserOptions": { "type": "object" }
13 },
14 "additionalProperties": false
15}