mirror of
https://github.com/NickKaramoff/shareon
synced 2025-01-22 20:01:04 +01:00
16 lines
206 B
JSON
16 lines
206 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "module"
|
|
}
|
|
}
|