mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-15 08:13:20 +02:00
18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
{
|
|
"asi": false,
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"esnext": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"laxcomma": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"mocha": true
|
|
} |