From 414305210a0faf5d7ec53dc35069017c9ca9c960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?k=C3=AAdosk=C3=A1?= Date: Tue, 21 Feb 2017 15:27:18 -0500 Subject: [PATCH] missing object in the example of preset (#38) Signed-off-by: Marco Casula --- docs/creating-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-presets.md b/docs/creating-presets.md index 0da0cab..f35891b 100644 --- a/docs/creating-presets.md +++ b/docs/creating-presets.md @@ -107,7 +107,7 @@ Let's edit this `index.js` file to add our preset: const path = require('path'); module.exports = neutrino => { - neutrino.config + neutrino.config.module .rule('lint') .pre() .test(/\.jsx?$/)