1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

ESLint: enable prefer-template rule (#37484)

This commit is contained in:
XhmikosR
2022-11-12 10:09:36 +02:00
committed by GitHub
parent 21e036bf13
commit 5208dd10c4
9 changed files with 9 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ const { babel } = require('@rollup/plugin-babel')
const banner = require('./banner.js')
const sourcePath = path.resolve(__dirname, '../js/src/').replace(/\\/g, '/')
const jsFiles = globby.sync(sourcePath + '/**/*.js')
const jsFiles = globby.sync(`${sourcePath}/**/*.js`)
// Array which holds the resolved plugins
const resolvedPlugins = []