@@ -256,7 +256,6 @@ exports[`puppeteer > puppeteer 1`] = `
256256 ],
257257 " not-implemented" : [
258258 " no-implied-eval" ,
259- " import/order" ,
260259 " no-restricted-syntax" ,
261260 ],
262261 " nursery" : [
@@ -278,6 +277,7 @@ exports[`puppeteer > puppeteer 1`] = `
278277 " no-new-object" ,
279278 " no-octal-escape" ,
280279 " template-curly-spacing" ,
280+ " import/order" ,
281281 " import/enforce-node-protocol-usage" ,
282282 ],
283283 },
@@ -571,7 +571,6 @@ exports[`puppeteer --js-plugins > puppeteer--js-plugins 1`] = `
571571 " js-plugins" : [],
572572 " not-implemented" : [
573573 " no-implied-eval" ,
574- " import/order" ,
575574 " no-restricted-syntax" ,
576575 ],
577576 " nursery" : [
@@ -593,6 +592,7 @@ exports[`puppeteer --js-plugins > puppeteer--js-plugins 1`] = `
593592 " no-new-object" ,
594593 " no-octal-escape" ,
595594 " template-curly-spacing" ,
595+ " import/order" ,
596596 " import/enforce-node-protocol-usage" ,
597597 ],
598598 },
@@ -891,7 +891,6 @@ exports[`puppeteer --type-aware > puppeteer--type-aware 1`] = `
891891 ],
892892 " not-implemented" : [
893893 " no-implied-eval" ,
894- " import/order" ,
895894 " no-restricted-syntax" ,
896895 ],
897896 " nursery" : [
@@ -909,6 +908,7 @@ exports[`puppeteer --type-aware > puppeteer--type-aware 1`] = `
909908 " no-new-object" ,
910909 " no-octal-escape" ,
911910 " template-curly-spacing" ,
911+ " import/order" ,
912912 " import/enforce-node-protocol-usage" ,
913913 ],
914914 },
@@ -1162,7 +1162,6 @@ exports[`puppeteer merge > puppeteer--merge 1`] = `
11621162 ],
11631163 " not-implemented" : [
11641164 " no-implied-eval" ,
1165- " import/order" ,
11661165 " no-restricted-syntax" ,
11671166 ],
11681167 " nursery" : [
@@ -1184,6 +1183,7 @@ exports[`puppeteer merge > puppeteer--merge 1`] = `
11841183 " no-new-object" ,
11851184 " no-octal-escape" ,
11861185 " template-curly-spacing" ,
1186+ " import/order" ,
11871187 " import/enforce-node-protocol-usage" ,
11881188 ],
11891189 },
0 commit comments