"node": true
},
"parserOptions": {
- "sourceType": "module"
+ "sourceType": "script"
},
"extends": "../.eslintrc.json",
"rules": {
+'use strict'
+
const path = require('path')
const pkg = require(path.resolve(__dirname, '../package.json'))
const year = new Date().getFullYear()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+'use strict'
+
const path = require('path')
const rollup = require('rollup')
const babel = require('rollup-plugin-babel')
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+'use strict'
+
const fs = require('fs')
const path = require('path')
const sh = require('shelljs')
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+'use strict'
+
const crypto = require('crypto')
const fs = require('fs')
const path = require('path')
+'use strict'
+
module.exports = (ctx) => ({
map: ctx.file.dirname.includes('examples') ? false : {
inline: false,
+'use strict'
+
const path = require('path')
const babel = require('rollup-plugin-babel')
const resolve = require('rollup-plugin-node-resolve')
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+'use strict'
+
const childProcess = require('child_process')
const vnu = require('vnu-jar')