koel/cypress/.eslintrc
2019-04-28 17:49:03 +02:00

6 lines
67 B
Text

{
"plugins": ["jest"],
"env": {
"jest/globals": true
}
}