Provide the list or PR or other contributions that prove to understand each subject or ask for tech interview, where we will go step by step through the following list.
Based on the result, you will reach one of the following assessment levels:
Provide the list or PR or other contributions that prove to understand each subject or ask for tech interview, where we will go step by step through the following list.
Based on the result, you will reach one of the following assessment levels:
{ | |
"extends": ["stylelint-config-standard", "stylelint-config-prettier"], | |
"plugins": ["stylelint-order"], | |
"rules": { | |
"at-rule-no-unknown": null, | |
"at-rule-semicolon-space-before": "never", | |
"block-no-empty": true, | |
"block-opening-brace-space-before": "always", | |
"color-hex-length": "long", | |
"color-named": "never", |
// templates/components/detail_show_second.html.slim :68 | |
.detail__related.col-md-5.col-lg-4 | |
/h3 ng-cloak='true' {{ 'common.companion_content' | i18n }} | |
/.empty-related | |
/ = image_tag 'related.svg', width: '50', class: 'empty-related__img' | |
/ .empty-related__text | |
/ |It's all connected.. Find similar content and add it | |
/ a href = '' | |
/ | here! |
<!-- https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html --> | |
<a href="maps://?q=dallas" data-rel="external">iOS launch in apple maps</a> | |
<!-- https://developers.google.com/maps/documentation/ios/urlscheme --> | |
<a href="comgooglemaps://?q=dallas" data-rel="external">iOS launch in google maps</a> | |
<a href="geo://0,0?q=dallas" data-rel="external">Android launch in google maps</a> |
web: node server |