mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"extends": ["eslint:recommended", "prettier"],
|
|
"env": {
|
|
"node": true,
|
|
"es6": true
|
|
},
|
|
"globals": {
|
|
"document": true,
|
|
"ShadowRoot": true
|
|
}
|
|
}
|