sudo apt-get install php-cli php-pear
sudo pear install PHP_CodeSniffer
sudo npm install -g jshint jscs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,caniuse:console-basic&flags=gated&unknown=polyfill"></script> | |
<script src="https://rawgit.com/facebook/regenerator/master/packages/regenerator-runtime/runtime.js"></script> | |
<script> | |
(function _callee() { | |
return regeneratorRuntime.async(function _callee$(_context) { | |
while (1) { | |
switch (_context.prev = _context.next) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("www.evaneos.com"), domain("www.evaneos.es"), domain("www.evaneos.it"), domain("www.evaneos.de"), domain("www.evaneos-travel.com") { | |
#topnavbar { | |
background: tomato; | |
} | |
} | |
@-moz-document domain("pro.evaneos.com"), domain("pro.evaneos.es"), domain("pro.evaneos.it"), domain("pro.evaneos.de"), domain("pro.evaneos-travel.com") { | |
#menu { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// Attempts to parse your code as ES6 using the harmony version of the esprima parser. | |
"esnext": true, | |
"excludeFiles": [ | |
"**/*.min.js" | |
], | |
"requireCurlyBraces": [ | |
"if", |