shareon/.eslintrc.json

12 lines
216 B
JSON
Raw Normal View History

2020-06-26 09:45:37 -04:00
{
2020-06-26 09:51:34 -04:00
"root": true,
"env": {
"browser": true
2020-06-26 09:51:34 -04:00
},
2022-02-10 16:06:50 -05:00
"extends": ["eslint:recommended", "plugin:unicorn/recommended", "prettier"],
2020-06-26 09:51:34 -04:00
"parserOptions": {
"ecmaVersion": "latest",
2020-06-26 09:51:34 -04:00
"sourceType": "module"
2020-07-31 12:57:02 -04:00
}
2020-06-26 09:45:37 -04:00
}