playwright/test/assets/es6/.eslintrc

5 lines
63 B
Plaintext
Raw Normal View History

2019-11-19 05:18:28 +03:00
{
"parserOptions": {
"sourceType": "module"
}
}