We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f4f23 commit f53b83bCopy full SHA for f53b83b
generate/component/release/item.js
@@ -1,6 +1,7 @@
1
import {h} from 'hastscript'
2
import TimeAgo from 'javascript-time-ago'
3
-import en from 'javascript-time-ago/locale/en/index.js'
+/* eslint-disable-next-line n/file-extension-in-import */
4
+import en from 'javascript-time-ago/locale/en'
5
import {constantLocale} from '../../util/constant-locale.js'
6
7
const base = 'https://github.com/'
0 commit comments