mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
19 lines
293 B
JSON
19 lines
293 B
JSON
{
|
|
"extends": ["eslint:recommended", "prettier"],
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"ecmaFeatures": {
|
|
"jsx": false
|
|
}
|
|
},
|
|
"globals": {
|
|
"AggregateError": true
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true,
|
|
"es2020": true,
|
|
"browser": true
|
|
}
|
|
}
|