mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"extends": [
|
|
"plugin:prettier/recommended",
|
|
"plugin:mocha/recommended",
|
|
"plugin:chai-expect/recommended",
|
|
"plugin:chai-friendly/recommended"
|
|
],
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
}
|
|
}
|