@@ -5,28 +5,28 @@ import { ESLint } from "eslint"
55
66const DataSources = [
77 {
8- url : "https://www .ecma-international.org/ecma-262/ 9.0/ " ,
8+ url : "https://262 .ecma-international.org/9.0" ,
99 version : 2018 ,
1010 binProperties : "#table-binary-unicode-properties" ,
1111 gcValues : "#table-unicode-general-category-values" ,
1212 scValues : "#table-unicode-script-values" ,
1313 } ,
1414 {
15- url : "https://www .ecma-international.org/ecma-262/ 10.0/ " ,
15+ url : "https://262 .ecma-international.org/10.0" ,
1616 version : 2019 ,
1717 binProperties : "#table-binary-unicode-properties" ,
1818 gcValues : "#table-unicode-general-category-values" ,
1919 scValues : "#table-unicode-script-values" ,
2020 } ,
2121 {
22- url : "https://www .ecma-international.org/ecma-262/ 11.0/ " ,
22+ url : "https://262 .ecma-international.org/11.0" ,
2323 version : 2020 ,
2424 binProperties : "#table-binary-unicode-properties" ,
2525 gcValues : "#table-unicode-general-category-values" ,
2626 scValues : "#table-unicode-script-values" ,
2727 } ,
2828 {
29- url : "https://tc39.es/ecma262/ " ,
29+ url : "https://262.ecma-international.org/12.0 " ,
3030 version : 2021 ,
3131 binProperties : "#table-binary-unicode-properties" ,
3232 gcValues : "#table-unicode-general-category-values" ,
0 commit comments