mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"node": true,
|
|
"browser": true
|
|
} |