Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Dec 2, 2015
1 parent cf14c0a commit a7f7c24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It also aims to allows developers to layer their own configuration needs and pre
* Default Webpack loader settings
* Adding extra webpack loaders - a crude escape hatch
* Webpack `DefinePlugin` replacements
* Karma settings for test paths, frameworks and reporters
* Karma settings for test paths, frameworks, reporters and plugins

### Not Configurable... Yet

Expand All @@ -25,8 +25,6 @@ It also aims to allows developers to layer their own configuration needs and pre

* How you actually write your React apps - React apps are all about what happens in the code; the workflow tends to be install it, import it where you need it, use it.

nwb currently fills the tank, starts the car, slides out of the driver's seat and walks away.

* Code style - linting is left in your hands, as code style is too controversial a topic to make any default choice about.

Future versions should at least let you tell nwb how to run your linting setup at appropriate times, but it's assumed you will add your own linting calls to `package.json` scripts for now.
Expand Down

0 comments on commit a7f7c24

Please sign in to comment.