mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
24 lines
378 B
JSON
24 lines
378 B
JSON
{
|
|
"extends": [
|
|
"standard",
|
|
"plugin:prettier/recommended",
|
|
"plugin:mocha/recommended",
|
|
"plugin:chai-expect/recommended",
|
|
"plugin:chai-friendly/recommended"
|
|
],
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["test/**/*.js"],
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|
|
]
|
|
}
|