Kevin Mees c909db5b4d Sample react-mobx (#56)
* [react-mobx] scaffold project + migrate to drop5

* [react-mobx] install mobx dependencies

* [react-mobx] configure reactive and nonreactive webpart version

* [react-mobx] add presentational and container components

* [react-mobx] Replace description field with name

* [react-mobx] Add mobx store and hook up webpart & components

* [react-mobx] update readme

* [react-mobx] remove custom tslint.config

* [react-mobx] only render the webpart once
2016-11-10 17:48:31 +02:00

22 lines
553 B
JSON

{
// The number of spaces a tab is equal to.
"editor.tabSize": 2,
// When enabled, will trim trailing whitespace when you save a file.
"files.trimTrailingWhitespace": true,
// Controls if the editor should automatically close brackets after opening them
"editor.autoClosingBrackets": false,
// Configure glob patterns for excluding files and folders.
"search.exclude": {
"**/bower_components": true,
"**/node_modules": true,
"coverage": true,
"dist": true,
"lib-amd": true,
"lib": true,
"temp": true
}
}