mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-11 03:14:27 +02:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
{
|
|
"node": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"esnext": true,
|
|
"predef": [ "require", "module" ],
|
|
"globalstrict": true,
|
|
"trailing": true,
|
|
"-W097": true
|
|
}
|