mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
{
|
|
"indent": 4,
|
|
"node": true,
|
|
"globalstrict": true,
|
|
"evil": true,
|
|
"unused": true,
|
|
"undef": true,
|
|
"newcap": true,
|
|
"esnext": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"expr": true,
|
|
|
|
"predef": [
|
|
"describe",
|
|
"it",
|
|
"beforeEach",
|
|
"afterEach"
|
|
]
|
|
} |