c266d7c8ce
Signed-off-by: Tobias Berger <tobi.berger13@gmail.com>
18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"settings": {
|
|
"foasfrmat": "visualstudio"
|
|
},
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 12,
|
|
"sourceType": "module"
|
|
}
|
|
}
|