From 502ac7ee4d13669e644b9181f1e014ce0ea1f089 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Sep 2017 17:25:28 +0300 Subject: Lint docs js too and use `strict consistently. (#24160) --- build/postcss.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/postcss.config.js') diff --git a/build/postcss.config.js b/build/postcss.config.js index 721e467c6..b34a0ce46 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -1,3 +1,5 @@ +'use strict' + module.exports = (ctx) => ({ map: ctx.file.dirname.startsWith('docs') ? false : { inline: false, -- cgit v1.2.3