You've already forked AstralRinth
forked from didirus/AstralRinth
Consistent extension usage in imports (#1171)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { formatBytes } from '~/plugins/shorthands'
|
||||
import { formatBytes } from '~/plugins/shorthands.js'
|
||||
|
||||
export const fileIsValid = (file, validationOptions) => {
|
||||
const { maxSize, alertOnInvalid } = validationOptions
|
||||
|
||||
@@ -15,7 +15,7 @@ import ini from 'highlight.js/lib/languages/ini'
|
||||
import yaml from 'highlight.js/lib/languages/yaml'
|
||||
import xml from 'highlight.js/lib/languages/xml'
|
||||
import properties from 'highlight.js/lib/languages/properties'
|
||||
import { md, configuredXss } from '~/helpers/parse'
|
||||
import { md, configuredXss } from '~/helpers/parse.js'
|
||||
|
||||
/* REGISTRATION */
|
||||
// Scripting
|
||||
|
||||
Reference in New Issue
Block a user