mirror of
https://github.com/metrico/qryn.git
synced 2025-03-14 10:07:18 +00:00
18 lines
275 B
JSON
18 lines
275 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true,
|
|
"es2021": true,
|
|
"jest/globals": true
|
|
},
|
|
"extends": [
|
|
"standard"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2021
|
|
},
|
|
"plugins": ["jest"],
|
|
"rules": {
|
|
}
|
|
}
|