mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 08:13:39 -05:00
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"mocha" : true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true
|
|
}
|