mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-20 21:35:42 +02:00
41 lines
724 B
Text
41 lines
724 B
Text
{
|
|
"esversion": 6,
|
|
"curly": true,
|
|
"eqeqeq": false,
|
|
"regexp": false,
|
|
"nonew": false,
|
|
"latedef": false,
|
|
"forin": false,
|
|
"globalstrict": false,
|
|
"node": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"bitwise": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"trailing": true,
|
|
"devel": true,
|
|
"jquery": true,
|
|
"nonstandard": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"browser": true,
|
|
"debug": true,
|
|
"globals": {
|
|
"casper": true,
|
|
"Raphael": true,
|
|
"require": true,
|
|
"console": true,
|
|
"describe": true,
|
|
"expect": true,
|
|
"it": true,
|
|
"runs": true,
|
|
"waitsFor": true,
|
|
"exports": true,
|
|
"module": true,
|
|
"prompt": true,
|
|
"process": true
|
|
}
|
|
}
|