File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed
Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const apiBaseUrl = 'https://api.w3.org';
1212const editorId = 'hhvask30a7co0gs0gcsgosgkowws0k4' ;
1313
1414const specs = await EleventyFetch (
15- // eslint-disable-next-line max-len
1615 `${ apiBaseUrl } /users/${ editorId } /specifications?embed=true` ,
1716 {
1817 duration : '1d' ,
Original file line number Diff line number Diff line change 1+ import config from '@digitalbazaar/eslint-config/node-recommended' ;
2+
3+ export default [
4+ ...config
5+ ] ;
Original file line number Diff line number Diff line change 2020 "@11ty/eleventy-fetch" : " ^4.0.1" ,
2121 "@curveball/browser" : " ^1.1.1" ,
2222 "@curveball/core" : " ^1.0.0" ,
23- "@curveball/validator" : " ^1.0.0" ,
24- "eslint" : " ^8.57.0" ,
25- "eslint-config-digitalbazaar" : " ^5.2.0"
23+ "@curveball/validator" : " ^1.0.0"
24+ },
25+ "devDependencies" : {
26+ "@digitalbazaar/eslint-config" : " ^7.0.0" ,
27+ "eslint" : " ^9.39.1"
2628 }
2729}
You can’t perform that action at this time.
0 commit comments