mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-10 10:03:26 -04:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
{
|
|
"extends": "airbnb-base",
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true,
|
|
"jest": true,
|
|
}
|
|
}
|