mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 22:43:18 +02:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
{
|
|
"extends": "airbnb-base",
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true,
|
|
"jest": true,
|
|
}
|
|
}
|