keepassxc-browser/tests/.eslintrc
Stefan Sundin b957598bdb
Small fixes to the options page (#2054)
Small fixes to the options page
2023-12-25 08:56:37 +02:00

8 lines
105 B
Text

{
"env": {
"node": true
},
"parserOptions": {
"sourceType": "module"
}
}