Browse Source

missing object in the example of preset (#38)

Signed-off-by: Marco Casula <mc@clickbit.net>
v5.0.0-beta
kêdoská 8 years ago
committed by Eli Perelman
parent
commit
414305210a
  1. 2
      docs/creating-presets.md

2
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?$/)

Loading…
Cancel
Save