shareon-pulsanti-condivisio.../.eslintrc.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
216 B
JSON
Raw Normal View History

2020-06-26 15:45:37 +02:00
{
2020-06-26 15:51:34 +02:00
"root": true,
"env": {
"browser": true
2020-06-26 15:51:34 +02:00
},
2022-02-10 22:06:50 +01:00
"extends": ["eslint:recommended", "plugin:unicorn/recommended", "prettier"],
2020-06-26 15:51:34 +02:00
"parserOptions": {
"ecmaVersion": "latest",
2020-06-26 15:51:34 +02:00
"sourceType": "module"
2020-07-31 18:57:02 +02:00
}
2020-06-26 15:45:37 +02:00
}