shareon/.eslintrc.json

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