The Prettier Autoformatter fixes many common JS linting rules such those defined by Standard JS.
Total rules tested: 117
Total rules fixed: 49
Total rules not fixed: 68
Percent fixed automatically: 41.8%
{ | |
"engagement": { | |
"architectures": [ | |
{ | |
"stages": [ | |
{ | |
"stage_name": "dev", | |
"display_name": "Dev Environment", | |
"domain": "http://dev.myapp.com", | |
"user_to_role": [ |
The Prettier Autoformatter fixes many common JS linting rules such those defined by Standard JS.
Total rules tested: 117
Total rules fixed: 49
Total rules not fixed: 68
Percent fixed automatically: 41.8%
# Web server workers | |
# The $PORT variable is set automatically by foreman for particular workers | |
# We tell foreman to start at 3000, it then increments by 1 per instance of a worker type | |
# and 100 per worker type. | |
# | |
# So, the first ui worker will get PORT=3000 while the next will get PORT=3001 | |
# The first api worker will get PORT=3100 and the next will get PORT=3101 | |
ui: env PORT=$PORT bundle exec rails r lib/workers/bin/run_single_worker.rb MiqUiWorker | |
api: env PORT=$PORT bundle exec rails r lib/workers/bin/run_single_worker.rb MiqWebServiceWorker | |
websocket: env PORT=$PORT bundle exec rails r lib/workers/bin/run_single_worker.rb MiqWebsocketWorker |
source 'https://rubygems.org' | |
gemspec | |
# | |
# Custom Gemfile modifications | |
# | |
# Load developer specific Gemfile | |
# Developers can create a file called Gemfile.dev.rb containing any gems for |
| ~/Library/LaunchAgents @ priley-OSX (priley) | |
| => ls -la | |
total 24 | |
drwxr-xr-x 8 priley staff 272 Jan 17 09:40 . | |
drwx------@ 66 priley staff 2244 May 5 2017 .. | |
-rw-r--r-- 1 priley staff 697 Jul 29 2016 com.adobe.AAM.Updater-1.0.plist | |
-rw-r--r-- 1 priley staff 484 Jan 3 2017 com.bluejeans.app.detector.plist | |
-rw-r--r-- 1 priley staff 1916 Jan 7 15:44 com.github.facebook.watchman.plist | |
-rw-r--r--@ 1 priley staff 533 Jan 17 09:40 com.spotify.webhelper.plist | |
lrwxr-xr-x 1 priley staff 54 Oct 31 10:41 homebrew.mxcl.memcached.plist -> /usr/local/opt/memcached/homebrew.mxcl.memcached.plist |
| ~/Library/LaunchAgents @ priley-OSX (priley) | |
| => ls -la | |
total 24 | |
drwxr-xr-x 8 priley staff 272 Jan 17 09:40 . | |
drwx------@ 66 priley staff 2244 May 5 2017 .. | |
-rw-r--r-- 1 priley staff 697 Jul 29 2016 com.adobe.AAM.Updater-1.0.plist | |
-rw-r--r-- 1 priley staff 484 Jan 3 2017 com.bluejeans.app.detector.plist | |
-rw-r--r-- 1 priley staff 1916 Jan 7 15:44 com.github.facebook.watchman.plist | |
-rw-r--r--@ 1 priley staff 533 Jan 17 09:40 com.spotify.webhelper.plist | |
lrwxr-xr-x 1 priley staff 54 Oct 31 10:41 homebrew.mxcl.memcached.plist -> /usr/local/opt/memcached/homebrew.mxcl.memcached.plist |
raise "Ruby versions less than 2.3.1 are unsupported!" if RUBY_VERSION < "2.3.1" | |
source 'https://rubygems.org' | |
# | |
# VMDB specific gems | |
# | |
gem "manageiq-gems-pending", ">0", :require => 'manageiq-gems-pending', :git => "https://github.com/ManageIQ/manageiq-gems-pending.git", :branch => "master" | |
# Modified gems for gems-pending. Setting sources here since they are git references |
There a lots of great community guides on learning React. Here are a few I recommend:
Build With React
The Beginners Guide to React JS - Kent C Dodds
{ | |
"presets": [ | |
[ | |
"env", | |
{ | |
"modules": false, | |
"targets": { | |
"browsers": [ | |
"> 1%", | |
"last 2 versions", |
{ | |
"presets": [ | |
[ | |
"env", | |
{ | |
"targets": { | |
"browsers": [ | |
"> 1%", | |
"last 2 versions", | |
"Firefox ESR", |