mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 12:00:15 -04:00
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"extends": "eslint:recommended",
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"strict": 0
|
|
}
|
|
}
|