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%
| ~/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 |
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 |
# 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 |
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": [ |