@@ -5,28 +5,28 @@ import { ESLint } from "eslint"
5
5
6
6
const DataSources = [
7
7
{
8
- url : "https://www .ecma-international.org/ecma-262/ 9.0/ " ,
8
+ url : "https://262 .ecma-international.org/9.0" ,
9
9
version : 2018 ,
10
10
binProperties : "#table-binary-unicode-properties" ,
11
11
gcValues : "#table-unicode-general-category-values" ,
12
12
scValues : "#table-unicode-script-values" ,
13
13
} ,
14
14
{
15
- url : "https://www .ecma-international.org/ecma-262/ 10.0/ " ,
15
+ url : "https://262 .ecma-international.org/10.0" ,
16
16
version : 2019 ,
17
17
binProperties : "#table-binary-unicode-properties" ,
18
18
gcValues : "#table-unicode-general-category-values" ,
19
19
scValues : "#table-unicode-script-values" ,
20
20
} ,
21
21
{
22
- url : "https://www .ecma-international.org/ecma-262/ 11.0/ " ,
22
+ url : "https://262 .ecma-international.org/11.0" ,
23
23
version : 2020 ,
24
24
binProperties : "#table-binary-unicode-properties" ,
25
25
gcValues : "#table-unicode-general-category-values" ,
26
26
scValues : "#table-unicode-script-values" ,
27
27
} ,
28
28
{
29
- url : "https://tc39.es/ecma262/ " ,
29
+ url : "https://262.ecma-international.org/12.0 " ,
30
30
version : 2021 ,
31
31
binProperties : "#table-binary-unicode-properties" ,
32
32
gcValues : "#table-unicode-general-category-values" ,
0 commit comments