1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-12 17:40:46 +01:00
2022-02-10 22:06:50 +01:00

12 lines
216 B
JSON

{
"root": true,
"env": {
"browser": true
},
"extends": ["eslint:recommended", "plugin:unicorn/recommended", "prettier"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
}
}