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

14 lines
210 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,
"es6": true,
"node": true
},
2022-02-08 18:56:39 +01:00
"extends": ["airbnb-base", "prettier"],
2020-06-26 15:51:34 +02:00
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
2020-07-31 18:57:02 +02:00
}
2020-06-26 15:45:37 +02:00
}