mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-11 07:10:40 +00:00
29 lines
453 B
Plaintext
29 lines
453 B
Plaintext
{
|
|
"bitwise": true,
|
|
"browser": true,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"immed": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"maxlen": 120,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"nonew": true,
|
|
"plusplus": true,
|
|
"quotmark": "single",
|
|
"regexp": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
|
|
"globals": {
|
|
"jQuery": true,
|
|
"$": true,
|
|
"Modernizr": true,
|
|
"module": true,
|
|
"require": true
|
|
}
|
|
}
|