mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-12 17:40:46 +01:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"extends": ["eslint:recommended", "plugin:unicorn/recommended", "prettier"],
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
}
|
|
}
|