anotherTypesetter/.eslintrc.json

14 lines
230 B
JSON
Raw Normal View History

2024-04-03 22:02:45 +08:00
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard-with-typescript",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}