• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 2,
5            "column": 9,
6            "problem": "UnaryArithmNotNumber",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
10        },
11        {
12            "line": 4,
13            "column": 9,
14            "problem": "UnaryArithmNotNumber",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
18        },
19        {
20            "line": 6,
21            "column": 9,
22            "problem": "UnaryArithmNotNumber",
23            "autofixable": false,
24            "suggest": "",
25            "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
26        },
27        {
28            "line": 7,
29            "column": 9,
30            "problem": "UnaryArithmNotNumber",
31            "autofixable": false,
32            "suggest": "",
33            "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
34        },
35        {
36            "line": 17,
37            "column": 9,
38            "problem": "UnaryArithmNotNumber",
39            "autofixable": false,
40            "suggest": "",
41            "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
42        },
43        {
44            "line": 18,
45            "column": 9,
46            "problem": "UnaryArithmNotNumber",
47            "autofixable": false,
48            "suggest": "",
49            "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
50        }
51    ]
52}