Skip to content

Instantly share code, notes, and snippets.

View kesar's full-sized avatar
🎩
Fixing the world

César Rodríguez kesar

🎩
Fixing the world
View GitHub Profile
@kesar
kesar / ruleset.xml
Last active August 29, 2015 14:07
PHPCS Standard Dealdash
<?xml version="1.0"?>
<ruleset name="Dealdash">
<description>Dealdash coding standard.</description>
<!-- 2. General -->
<!-- 2.1 Basic Coding Standard -->
<!-- Include the whole PSR-1 standard -->
<rule ref="PSR1"/>
@kesar
kesar / jshint-config.json
Created October 3, 2014 16:48
jshint-config.json
{
"forin": true,
"devel": false,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"latedef": true,
"noarg": true,
"undef": true,
"unused": true,
@kesar
kesar / jshint-config.json
Created September 1, 2014 13:14
jshint config
{
"forin": true,
"devel": false,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"latedef": true,
"noarg": true,
"undef": true,
"unused": true,