1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Lint docs js too and use `strict consistently. (#24160)

This commit is contained in:
XhmikosR
2017-09-28 17:25:28 +03:00
committed by GitHub
parent fe06814f3e
commit 502ac7ee4d
9 changed files with 41 additions and 21 deletions

View File

@@ -1,3 +1,5 @@
'use strict'
const path = require('path')
const babel = require('rollup-plugin-babel')
const resolve = require('rollup-plugin-node-resolve')